Communicating between Android and PC (C#) -


i want create application in android communicates server application (written in c#, doesn't matter version of .net) on pc via tcp/ip. best approach here?

i thinking kind of rpc-like soap or xml-rpc. want keep server application light , simple possible. , think in c# rely on webserver set rpc server. better communicate directly via tcplistener?

i had pretty luck using tcp/ip , udp android , windows (java & c# respectively). used more brutal approach tcplistener c# pretty similar @ high level. recommend giving shot , seeing outcome, chances it's going more lightweight in terms of processing , bandwidth xml approach.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -