Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Basically I am attempting to write a generic interprocess communication implementation between C# and the Android platform (using Java).
I have just bought a GPS Tracker, it can send SMS to cellphone just fine. It also supports reporting to a server via GPRS.
I\'m writing a networked game in C++ using Winsocks 2.2, using Visual Studio 2010, and decided it would be a good idea to use my web-server to store a list of active servers for the game.When a server
I\'m making two programs; a \"server\" application (single instance), and a client application (multiple instances), that connects to the server app. There will be continuous (but light) data sent bet
I\'ve got a problem. I\'ve been googling and I can\'t figure out what to do so any help would very much be appreciated. Basically I have a Windows Wcf service on the App Tier (which doesnt and wont ev
I have several structures defined to send开发者_运维问答 over different Operating Systems (tcp networks).
Is it possible to accept multiple requests (parallel) by using a so开发者_如何学Pythoncket server made on PHP?
im a newbie in android. I would like to ask if anybody knows why i\'m getting this \"connection refused\" IOException when i try to establish a TCP/IP connection between two android device. I tried to
I have a C# TCP chat program. Currently, I have formatted the messages sent using strings i.e, a \"login\" message starts with a \"3\" then followed by a \"U:\" then the username etc.