iPhone App/Java Server Struct Data Issue over WiFi
Posted
by adimitri
on Stack Overflow
See other posts from Stack Overflow
or by adimitri
Published on 2010-04-30T21:01:07Z
Indexed on
2010/04/30
21:27 UTC
Read the original article
Hit count: 130
I currently have an iPhone app that communicates with a C++ server running on a computer, over WiFi. This app is sending its data (x,y coordinates) in a c-struct to the server. For further development, we would like the iPhone application to communicate directly with a java server, however the major issue is that java does not have the ability to emulate or use a c-struct. What would be the best way to send data (x,y coordinates) between the two devices? I can already establish a connection between the two devices. More specifically how I would receive the data and process it on the Java end.
Thanks for your help,
Alex
© Stack Overflow or respective owner