So I'm writing an application for my iphone that networks to my computer running a java application using a socket. But when I'm transferring data, I have to send a NSData object from my iphone, and of course the java program doesn't know how to interpret it. How can I fix this? I need to send 3 float values between the two applications.
Any help would be appreciated...