PatV 1 Posted May 28, 2020 I'm working with Delphi 10.3.3 Hi all, does anyone have an idea for a project like this ; On a desktop, a software (master), and on a tablet (let's says surface) the slave. I would like to send the PDF or whatever from the master to the slave on runtime. What's the best approach to communicate between the 2 ? A thread communicating with a database ? or a communication channel between the master / slave ? Thanks Patrick Share this post Link to post
A.M. Hoornweg 144 Posted May 28, 2020 App tethering? http://docwiki.embarcadero.com/RADStudio/Rio/en/Sharing_Data_with_Remote_Applications_Using_App_Tethering Share this post Link to post
PatV 1 Posted May 28, 2020 Thanks I will look at. I really don't know if I'll play with Tcp/Ip Socket or something else. Share this post Link to post