Hi Sahib,

What I meant is:

There's currently a FreeRDP client port to Android which you can use as a
starting point. It is in a no way a server, but it still provides you with
the steps to build the native libraries for Android and sample client-side
usage. Figuring these steps without any starting point is usually a pain.

To get started on server-side development, you will need to build the
FreeRDP core libraries along with the server-side components. The FreeRDP
Android port bundles the core libraries and the client-side components. The
first thing you'd need to do is start from scratch, take inspiration from
the way the FreeRDP android client is built, and start building the core
libraries bundled with the server-side components. Create a base project
from there that include these native libraries and reuse none of the
client-side Java code since it does not apply to a server project.

Once you have this basic skeleton set up, you should take inspiration from
the actual server projects: xfreerdp-server (server/X11), mfreerdp-server
(server/Mac) wfreerdp-server (server/Windows). There's also a sample
skeleton server (server/Sample) from which you can probably reuse bits.

I hope this brings some clarifications. The client-side project isn't
reusable as-is but provides a good basis for building the libraries which
you need to bundle within your new app. The server projects can then be
used as inspiration for how to build your new android server. Usually what
takes the most time with a new server is figuring out a way to capture
graphics.

On Fri, Mar 15, 2013 at 6:28 AM, Sahib <sahib.peaceandl...@gmail.com> wrote:

> Hi Marc-Andre
>
> i am now trying to port server project of freeRDP,
> "you seed in the last mail that "the libraries have been ported to Android
> already....
> but you at least the libraries which you need to get started on developing
> an RDP server."
> the client part is the only part that have been ported to Android (at
> least what i found) and
> "An Android server would be done with the same libraries used by the
> client, except in a different way"
> i don't understand what you mean by that.
>
> and if what i seed is correct(the client part is the only part that have
> been ported to Android)
> what is the best source file to use (from MAC, windows or X11 forlder on
> the server folder) for porting freeRDP server to android ?
>
> i have two suggestion :
>                                         - using X11 folder inside the
> server folder
>                                         - using Windows folder inside the
> server folder with the help of WinPR
>
> and excuse me for the inconvenience
>
> Best regards,
> Sahib
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to