No, you can run both on the same machine. (Use cases might be very limited though ;))
The client is not 'using' any port, looks like you got something in the tcp/ip basics wrong ;) The server opens a port that clients can connect to. (=listen to incoming traffic) Regards Armin Am July 14, 2019 2:19:34 PM UTC schrieb Lonnie Cumberland via FreeRDP-devel <[email protected]>: >Hi Armin, > >Looks like that did it for the compile. > >I am assuming that you had to put the sfreerdp-server on one machine >and >xfreerdp client on another machine since they are both trying to use >the >same port to connect? > >Just a question about what connection strings you use for each side for >testing? > >Looks like good progress so far though. >Thanks and have a good weekend, my friend. >Lonnie > > > >On Sun, Jul 14, 2019 at 3:47 AM Armin Novak via FreeRDP-devel < >[email protected]> wrote: > >> Hi Lonnie, >> >> -DWITH_SERVER=ON -DWITH_SAMPLE=ON >> >> should do the trick. >> >> Regards, >> Armin >> >> Am July 13, 2019 10:54:51 PM UTC schrieb Lonnie Cumberland via >> FreeRDP-devel <[email protected]>: >> >Hello All, >> > >> >I am working on compiling up things in the latest FreeRDP sources >and >> >came >> >across a directory which looks to be for testing called "sfreerdp.c" >> >located: >> > >> >https://github.com/FreeRDP/FreeRDP/tree/master/server/Sample >> > >> >How do I get it to compile as I cannot find any command line >switches >> >for >> >CMake for this? >> > >> >I would like to use it to test the clients that I am building on >Ubuntu >> >18.04 (64-bit) >> > >> >Any help would be greatly appreciated. >> >Best Regards, >> >Lonnie >> > >> >_______________________________________________ >> >FreeRDP-devel mailing list >> >[email protected] >> >https://lists.sourceforge.net/lists/listinfo/freerdp-devel >> >> >> _______________________________________________ >> FreeRDP-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/freerdp-devel >> > >_______________________________________________ >FreeRDP-devel mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/freerdp-devel _______________________________________________ FreeRDP-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freerdp-devel
