Wi-Fi peer-to-peer (WiFiP2p) is an Android framework that complies with the Wi-Fi Alliance's Wi-Fi Direct™ certification program. It allows Android 4.0 (API level 14) or later devices with the appropriate hardware to connect directly to each other via Wi-Fi without an intermediate access point.
Questions tagged [wifip2p]
326 questions
0
votes
2 answers
WIFI P2P discovery list is not getting refreshed?
I am working on an application where i listed all the WIFI P2P nearby devices in a list. But the problem is that it is showing that device also which wifi is disable now. It is able to detect new devices and can list in listview but not able to…

Abhishek choudhary
- 209
- 1
- 15
0
votes
1 answer
How could my application press the OK button when an AlertDialog popup?
I am developing an application using the WifiP2pManager. When one phone is trying to connect to another, they will form a wifi-p2p group and an AlertDialog would popup by the WifiP2PService. The AlertDialog is kind of annoying and in my program I…

David Shi
- 71
- 1
- 8
0
votes
1 answer
Creating a wifi peer to peer connection programmatically in Java on Windows?
I going to develop desktop application to transfer data using wifi peer to peer connection. What I want to do is display available connections in my app and facilitate user to create connection with selected connection. (The connecting machine also…

JanithOCoder
- 39
- 1
- 7
0
votes
2 answers
android: how to set the "user-permission" within the "MainActivity.java" file
I am developing an android app that is implementing the Wifi P2P framework ...the user-permissions are set on the Manifest.xml as follow:

hashDefine
- 1,491
- 6
- 23
- 33
0
votes
1 answer
android application that allows text and voice communication between devices on a same LAN
i want to develop an android application that allows people on the same wifi network to text and call each other. i looked around and found a few theories which suggested setting up a server client network.i want the devices on the network to scan…

crazartist
- 3
- 4
-1
votes
1 answer
Can I connect 2 android devices via WiFi Direct using QR Codes
I want to make a data sharing app which uses WiFi-Direct where there's one Activity for the sender device where a QR Code would be displayed containing all the info about the device for other peers to connect to this one (like MAC Address , which…

Guneet Singh
- 11
- 1
- 2
-1
votes
3 answers
How to get Device name of your PEER using WifiP2P in Android
I am connecting two devices using wifi p2p from Android. I would like to know if there is any way for both devices to know the name of each other when the connection is established. When the device is starting the connection request, it is easy…

BlueMountain
- 197
- 2
- 17
-1
votes
1 answer
broadcasting in a LAN/between interconnected LAN's using android
I have to design an app in android for voice over WiFi communication for my university. Our university's infrastructure consists of interconnected LAN's(interconnection between multiple routers at different hostels and classrooms) and also a few…
-2
votes
1 answer
Send list of files using socket wifip2p
I'm trying to send multiple files from client to server using socket but when I click upload button it adds only one file second

user 1234
- 11
- 1
- 4
-2
votes
1 answer
I am trying to make an android app in which I want to make a chat function within 2 devices using WiFi router
I am trying to make an android app in which I want to make a chat function within 2 devices using WiFi router Need help

Akshay Batra
- 137
- 7
-4
votes
1 answer
Which is good WebRtc or wifi P2P to share audio from one device to another device
I have music player and need to add sync play functionality with other mobile. For example if 2 or more users are using my music player and want to play same song on all devices then they just connect through same network and can play music on all…

Vipul Chauhan
- 189
- 4
- 19