Mega Search
23.2 Million


Sign Up

Make a donation  
Communication between delphimobile app and pc  
News Group: embarcadero.public.delphi.firemonkey

HI,
I need to establish a communication between mobile and Pc using Delphi mobile application. Could anybody please tell me where can I get the sufficient info regarding it and it would be good if anybody sends me some code snippet for the same.

Thanks 
Shilpa

Vote for best question.
Score: 0  # Vote:  0
Date Posted: 18-Jan-2015, at 9:08 PM EST
From: shilpa H J
 
Re: Communication between delphimobile app and pc  
News Group: embarcadero.public.delphi.firemonkey
Which kind of connection?? there are so many ways....

what are you trying to do? You need to be more clear or we cant help much....

> HI,
> Sorry for Not mentioning of Delphi version.
> I am using Delphi XE5 and need to develop a mobile app in such a way
> that, through which I should be able to establish a connection with
> PC.
> Thanks for your reply.
> 
> Thanks,
> Shilpa

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 20-Jan-2015, at 5:11 AM EST
From: Eduardo Elias
 
Re: Communication between delphimobile app and pc  
News Group: embarcadero.public.delphi.firemonkey
HI,
Sorry for Not mentioning of Delphi version.
I am using Delphi XE5 and need to develop a mobile app in such a way that, through which I should be able to establish a connection with PC.

Thanks for your reply.


Thanks,
Shilpa

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 20-Jan-2015, at 4:57 AM EST
From: shilpa H J
 
Re: Communication between delphimobile app and pc  
News Group: embarcadero.public.delphi.firemonkey
PLease always state your delphi version...

There are many ways to do that, depend what you need to do.

You can use Indy, just look for indy example, then you write a Delphi app 
for windows using Indy and try to comunicate each other. There are many different 
protocol on Indy to be used. Simple messages in the same network can be used 
by UDP protocol.

There is Tethering:

http://docwiki.embarcadero.com/RADStudio/XE6/en/Connecting_to_Remote_Applications_Using_App_Tethering

And if want to connect to database you can use FireDac.

There are several examples over internet.

> HI,
> I need to establish a communication between mobile and Pc using Delphi
> mobile application. Could anybody please tell me where can I get the
> sufficient info regarding it and it would be good if anybody sends me
> some code snippet for the same.
> Thanks Shilpa
>

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 18-Jan-2015, at 10:53 PM EST
From: Eduardo Elias