General advice on how to create a peer-to-peer messaging app?
Hi everyone,
I need to create a basic secure messaging app between people. I'd appreciate general advice as to how to build this app. It can be very basic.
Specs:
A text-message like app where you can pick the name of a person, and send a messsage to them, and the person can send a reply back.
What networking APIs do I use for this? Gamekit (seems only to be only for bluetooth), CFNetwork? Push notifications? Bonjour?
Should I do a peer-peer or a client-server model? If I need to create a server, what would be the steps required to do that?
Could someone point me out to a good and recent (SDK 3 or 4) tutorial and/or the juicy parts of the documentation? I see a ton of networking documentation and I'm not really sure which parts I need to read.
A general plan of attack would be met with great glee(the more detailed, the more I will hug you)!
Thanks!
Last edited by pufftissue; 08-20-2010 at 12:18 PM.
|