PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Transfer data between mobile devices?
Transfer data between mobile devices?
Iniciado por guest, 24,dic. 2017 14:51 - 4 respuestas
Publicado el 24,diciembre 2017 - 14:51
Hi All,

Is it possible to transfer data between mobile devices? I've looked at Bluetooth and wifi but can't see how to do it.

Thanks for any help

Pete
Publicado el 26,diciembre 2017 - 13:01
Hi Peter,

if all the mobiles in question are in the same network (wifi), then using sockets should solve your problem

Best regards
Publicado el 26,diciembre 2017 - 13:03
Hi. You can use bluetooth to connect nearly devices. With SocketConnectBluetooth (http://doc.windev.com/en-US/…) function you create the socket and then you can use the normal socket functions to send the data (http://doc.windev.com/en-US/…).

Rubén
Publicado el 27,diciembre 2017 - 10:54
Thanks for the advice and links, Fabrice and Rubén

Pete
Publicado el 02,enero 2018 - 16:40
you can also use the StartShare(FilePath) function. https://doc.windev.com/…