This is my first question, so your grace would be appreciated. I\'m trying to learn C Sockets for Unix. As part of my learning, I tried to code a simple telnet-like client that connects to a host on a
I have written a java server and here is the code: try { ss = new ServerSocket(8080); while (true) { socket = ss.accept();
I have written a server is java here is the code: public mainClass() { try { ss = new ServerSocket(8080);
I want to implement an application in android (as client) who sends an encrypted string to php server and php server will decrypt that string.
Is it possible to get the IP address of client machine from sockaddr. From client I mean a system or browser using which a user is connected to a server.
I have the following file which process a single XML file and pushes it into the Database as a row. It works perfectly for single files.
My problem description is as follows: My C# client sends a udp packet using sendto. Because this is C#, this is a byte array that I have constructed.
I am new to android development and, I want to develop an application for android, that will send data to my website, (for example longitude & latitude), my question is how to se开发者_C百科nd dat
I have coded a single threaded client server model which does following: Server loops for clientwaiting..
I have been searching for hours now and just need some guidance about my situation. I want to create a simple client/server program. I was originally planning on doing them both in java, but I bought