It's with the demo application, it work fine from Windows to Windows, but can't connect from Android. I've also tried to send an UDP message with idUDPServer, and I have the same problem
Yes I'm sure, Android can connect to the local addr of my PC with idTCPClient to an idTCPServer (192.168.0.41); And only when I open this TCP connexion, my PC can receive an UDP broadcast from Android : idUDPServer1.Broadcast('Hello', 2048)...strange isn't it ?
I've compiled FMXClientTetherDesktop for MacOSX...now Android and MacOS both says "Working with : -CommandApp" ?! Windows is still not connected.
Mixing VCL and FMX applications in AppTethering is entirely possible. If the FMX app works and the VCL doesn't, that might be an issue in the actual application. I've run demos VCL to VCL, VCL to FMX, Desktop to mobile and mobile to mobile...
Well I think it was my mistake, from"Object Pascal\RTL\Tethering\DesktopCast\", I've launched the FMX client on Android and the VCL Client on PC insteed of "VCL Deskop" !
The strange thing is that the FMX client on OSX can connect to the FMX client on Android ! but not under Windows.
It's with the demo application, it work fine from Windows to Windows, but can't connect from Android.
ReplyDeleteI've also tried to send an UDP message with idUDPServer, and I have the same problem
Yes I'm sure, Android can connect to the local addr of my PC with idTCPClient to an idTCPServer (192.168.0.41); And only when I open this TCP connexion, my PC can receive an UDP broadcast from Android : idUDPServer1.Broadcast('Hello', 2048)...strange isn't it ?
ReplyDeleteI've compiled FMXClientTetherDesktop for MacOSX...now Android and MacOS both says "Working with : -CommandApp" ?! Windows is still not connected.
Oooh... I think I've made a confusion between VCLTetherDeskop and VCLTetherClient...so the FMX client did not connect to the VCLClient :/
ReplyDeleteMixing VCL and FMX applications in AppTethering is entirely possible. If the FMX app works and the VCL doesn't, that might be an issue in the actual application. I've run demos VCL to VCL, VCL to FMX, Desktop to mobile and mobile to mobile...
ReplyDeleteWell I think it was my mistake, from"Object Pascal\RTL\Tethering\DesktopCast\", I've launched the FMX client on Android and the VCL Client on PC insteed of "VCL Deskop" !
ReplyDeleteThe strange thing is that the FMX client on OSX can connect to the FMX client on Android ! but not under Windows.
I can't test under iOS, I don't have an iPhone and the simulator doesn't work anymore with SP1
https://quality.embarcadero.com/browse/RSP-9716
BTW iPhoneSimulator 7.1 works with XE7SP1 (see my comment in the above QC link), and the client do connect to Android also.
ReplyDelete