I have read the docs about how the NSDistantObject class is, and I see that it is more or less a binary protocol for sending objects from one NSPort to another. What I'm interested in is the ability to use this in an iPhone app to exchange data. Is it possible for two applications to talk to each other on different phones using this protocol if the connection is established by the server or even if it is not? (I somehow think about torrents). How does this exchange format differ from typical data serialization methods such as JSON?
source
share