Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NSDistantObject Protocol for iphone

I've been reading through the docs on how the NSDistantObject class and I can see that it is more or less a binary protocol for sending objects from one NSPort to another. What I'm curious about is the possibility of using this in an iPhone application to share data. Is it possible to have two applications talking to each other on distinct phones using this protocol if the connection is established by a server, or even if its not? (I'm sort of thinking of torrents) Also, how does this interchange format compare to typical data serialization methods such as JSON?

like image 314
dcolish Avatar asked Jun 19 '26 02:06

dcolish


1 Answers

Not currently possible as NSDistantObject is only available for the OS X Foundation framework. Source.

like image 122
Brett Avatar answered Jun 20 '26 16:06

Brett



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!