Link to home
Start Free TrialLog in
Avatar of Pieter Marais
Pieter MaraisFlag for South Africa

asked on

Objective C P2P Libraries

Hi there,

I am currently designing a Mac application where one user is to send another user a file and chat over a network connection. Is there any libraries or examples I could look at? I am really having a hard time finding resources regarding this topic.

Regards,
EZFrag
ASKER CERTIFIED SOLUTION
Avatar of robertcerny
robertcerny

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Pieter Marais

ASKER

Thanks,
I have settled on XMPPLibrary (http://code.google.com/p/xmppframework/w/list)
It is an incomplete library, but the implementation is easy enough to finish most of the protocols myself