i need to implement p2p chat with multiple clients. means 1 server multiple clients(1 to many) 1group owner--->client1 |----client2 |---->client3 |---->client4
Asked
Active
Viewed 3,102 times
-3
-
2right, what have you done so far? – benka Nov 12 '13 at 11:47
-
I have only Android--->Samples WifiDemoActivity code. which is file transferring – Srinu Gude Nov 12 '13 at 12:38
2 Answers
0
You can try with some interesting links:
https://developer.qualcomm.com/mobile-development/mobile-technologies/peer-peer-alljoyn
https://developers.google.com/talk/libjingle/important_concepts
https://github.com/hmrtk/p2p-dht-simple-protocol-implementation
Good luck!

Seraphim's
- 12,559
- 20
- 88
- 129