Hi, I want to setup a P2P UDP connection between two devices. The 'normal' method is to use the socket class available, but this won't work due to NAT issues etc. For this, i am using XMPP, but the default mode is TCP. To use UDP, i need to use Jingle. Can anyone tell me how to perform a basic jingle negotiation so that i can effectively gain the IP addr and port no. of the other peer. I have tried libraries like Smack API and Yingle, but they are way too complicated for my purposes. I just want to setup a UDP stream between 2 peers and transmit arbitrary data.
Cheers, Earlence --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

