After reading a bit more about how to create P2P networks function, I wanted to start my own peer-to-peer
sockets creation.
I'm working on some apps for the android platform and I have problem that I'm not quite sure how to approach, and both are closely related.
- How can I send a relatively small data file from one android device to another ( client to client ) ?
Is it possible to create a
temporary p2p live data stream
from one android device to another ?i want to pass video, audio and image files from phone A's to phone B.
I would much appreciate being pointed in the right direction on either issue (File transfer or real time data transfer) if possible give me any sample application on this.