Search code examples
iphonecocoa-touchrmi

Java RMI equivalent in Cocoa?


I need to port a Java Application which uses RMI to Cocoa Touch ( iPhone/iPod Touch ).

It's a small application, maybe 600 lines of code thanks to the RMI simplification. But I was wondering what are my options to replace the RMI code in the iPhone/iPod Touch platform.

Thanks!.


Solution

  • You might look into GameKit if you need two iPhone applications to talk to each other locally.