I want to create application which can share files through wifi similar to Xender/Superbeam. I don't want to rely on router or some other hotspot. I want to create new connection from one device and other devices should able to find and connect. How can I achieve any sample code or link will help.
Asked
Active
Viewed 1.4k times
5
-
3It will be great if you share some existing code that you have already tried. – Rahul Nanwani Jul 11 '15 at 09:47
1 Answers
6
You can try using wifi Direct . Here is the documentation Wifi P2p You can also try out the demo by importing sample project. Also try out this extension of wifi p2p demo Even Superbeam uses wifi direct as a fallback.

Sahil Bahl
- 679
- 3
- 11