Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
207 views

I'm building a file-sharing Android app in Kotlin, using Jetpack Compose for the UI. My goal is to achieve high-speed file transfer over Wi-Fi Direct between two Android devices. ⚙️ Tech Stack: Wi-...
Aditya_Giri's user avatar
0 votes
1 answer
95 views

I'm using Wi-Fi P2P network on Android in order to connect to an IoT device. The connection is established all the time. The device runs a DHCP server: private class WiFiDirectBroadcastReceiver ...
gregoiregentil's user avatar
0 votes
0 answers
1k views

I want to use the wifi-direct feature on ESP32. I want to send data from ESP32 to my Android device using wifi-direct. However, I couldn't find definite information or existing examples regarding ...
sema's user avatar
  • 11
0 votes
0 answers
509 views

My use case is I want to enable two devices, Android or iOS (between them, or among them), to discover each other and exchange a small amount of data when in close proximity. I'm building the app with ...
mcw's user avatar
  • 545
1 vote
1 answer
828 views

I'm trying to build an app in C++ to connect 2 Linux devices via WiFi Direct using WPA_Supplicant. Trying to do that in the wpa_cli (with wlo1 interface), I got to the point where with NetworkManager ...
EddyIT's user avatar
  • 165
0 votes
1 answer
90 views

override fun onViewCreated(view: View, savedInstanceState: Bundle?) { super.onViewCreated(view, savedInstanceState) listAdapter = WiFiPeerListAdapter(requireContext(), R.layout.row_devices, ...
Tousif Akram's user avatar
1 vote
1 answer
270 views

I am trying to connect my Surplex VR tracking shoes to my desktop via Wifi but unfortunately Microsoft in their infinite wisdom have depreciated the functionality to setup a simple Wifi hotspot. The ...
zig13's user avatar
  • 13
0 votes
0 answers
67 views

I'm trying to create a Mancala game. I'm doing a Wifi-Direct, but everytime I'm clicking on REFRESH button, it goes to onFailure method. The purpose of the refresh button is to discover new devices ...
MORAN's user avatar
  • 59
0 votes
1 answer
296 views

I'm new to the Android platform and I want to create an app that creates a wi-fi hotspot so my microcontroller (esp32-c3) can connect to it. Further, the app should only contain a webview and be able ...
ffk27's user avatar
  • 1
1 vote
0 answers
276 views

I am developing an Android app to share files using Wi-Fi Direct. The app works, but I am unable to switch between being a sender and a receiver without closing the app. When I try to switch roles, ...
Bebikananda Waikhom's user avatar
4 votes
0 answers
180 views

When one follows the guide for implementing WiFi direct from google doc here you need to use NetworkInfo . The document is last updated: Last updated 2022-10-14 UTC. NetworkInfo networkInfo = (...
Ultimo_m's user avatar
  • 4,907
0 votes
0 answers
401 views

Developed iOS application using Network.framework to share data among iOS devices and its working fine. But there are few scenario where its failing to share data : IF two devices wanted to share ...
Shobhakar Tiwari's user avatar
0 votes
0 answers
83 views

I am running the Wi-Fi Direct services sample on my two Win11 laptops. Using the default ConfigMethod, the WiFiDirectServiceSession can be created. At the step of creating socket connection, I was ...
Ling Chen's user avatar
0 votes
0 answers
192 views

What I'm visualizing: 4 different devices each running the same app while connected to the Internet via their cellular networks. Is there a way I can broadcast connection requests to all these devices,...
karthik leiju's user avatar
0 votes
0 answers
97 views

Implemented C++/WinRT Console Application which uses similar implementation of Connector Scenario of WiFiDirect Sample. Running the same application in both laptops, Pairing and connection is ...
Sathish Reddy's user avatar
0 votes
0 answers
77 views

I'm trying to exchange files between two devices using android wifi direct. Any of the device can send and receive files. After discovering and connecting the two devices,I can only successfully send ...
lanezalbryt's user avatar
0 votes
0 answers
367 views

May be this question is similar to the question asked earlier. I did not get any clue from the answer, so I am expecting some more suggestions/answers and asking a question. I have implemented a ...
Sathish Reddy's user avatar
1 vote
1 answer
613 views

I am creating an app to communicate with printer using Wi-Fi Direct. The app will list all the printers in Wi-Fi direct range once click on displayed printer it will send invitation to printer to ...
user3374790's user avatar
0 votes
1 answer
1k views

First, I have extensively read through Autoconnect to MS Wireless display on Windows 10 and tried basically every solution. (I did technically get the AutoHotKey solution working, and in fact did ...
Riko's user avatar
  • 1
0 votes
1 answer
78 views

I see that android wifi direct file sharing apps use QR scanning before establishing connection. Is this feature mandatory to include when coding your wifi direct file sharing app?
HasIEluS's user avatar
0 votes
0 answers
104 views

i need to develop an android app, a chat app, in which the two devices should be connected via wifi direct and share files via nanohttpd. can anyone share a guide for this ?
Shekhar Chauhan's user avatar
3 votes
1 answer
307 views

Following the Android documentation, I'm using this code to connect programmatically to a specific SSID: private void connectToAP(String ssid, String password) { ... WifiNetworkSpecifier ...
Giovesoft's user avatar
  • 630
0 votes
0 answers
597 views

I have very little experience with non-embedded programming, so i wanted to do a sanity check before I go down this path. Basically just need to know whether the titular line of actions are possible ...
Patrick Hansen's user avatar
0 votes
0 answers
223 views

I'm currently building an application with the intent of streaming video from a Linux device to an Android device over WiFi direct. I am currently using a raspberry pi as the Linux device, which will ...
Cade Reynoldson's user avatar
1 vote
0 answers
829 views

I am trying to connect Android phone and Raspberry Pi board on WiFi direct using wpa_cli. I have followed https://raspberrypi.stackexchange.com/questions/117238/connect-android-smartphone-with-wi-fi-...
Chintan Vadaliya's user avatar

1
2 3 4 5
17