Send Objects from android client to C server

STEP 1 :
Read how to program socket in Android :
-> http://developer.android.com/reference/java/net/Socket.html

STEP 2 :
Implements socket in C thanks to ressources which you can find here :

in english :
-> http://www.linuxhowtos.org/C_C++/socket.htm

in french :
-> http://broux.developpez.com/articles/c/sockets/
my functions :
-> https://github.com/nekfeu/SocketIO

It’s very simple, in 1 hour you will send string from android in your program in C or the contrary

Leave a Comment