5,899 questions
0
votes
0
answers
45
views
Android Studio: “Unable to open debugger port / VMDisconnectedException”
Since my last upgrade to Android Studio Otter 2025.2.1, Gradle 8.13.1, and ADB 1.0.41 (Version 36.0.0-13206524), debugging via Wi-Fi has been rendered entirely useless. Sure, Wi-Fi debugging was ...
0
votes
0
answers
39
views
How to transform http over wifi-aware in iOS 26
wifi-aware has been introduced in iOS 26, but it seems that We can only use NetworkConnection to send data to the endpoint. I want to know that how we can send http over NetworkConnection?
public ...
0
votes
0
answers
63
views
How can I setup a Wi-Fi hotspot in a .NET framework application?
I want to be able to bring up and takedown a Wi-Fi hotspot in Windows 11 from a .NET framework application.
I know it's possible to use the loopback adapter (and some powershell script), but we want ...
0
votes
2
answers
146
views
capture JieLi (JLDV 16) wifi Camera video stream
I bought a small 12V Wi-Fi rear camera from AliExpress. The camera appears to use an AC54 or AC51 chip from JieLi Technology.
The device openes a wifi hot spot on channel 3 and got the ip 192.168.1.1.
...
0
votes
0
answers
43
views
ESP32's crashes the if the SSID of the WiFi access point contains a ' symbol
ESP-IDF 5.3.4, No Arduino, Win10.
I've loaded an official "station" example which demonstrates how to connect ESP32 to a home wifi access point. Made only 2 changes: .ssid and .password in ...
0
votes
1
answer
144
views
network_info_plus.getWifiName() returns null on iOS even with location permission and Access Wi-Fi Information entitlement
I’m building a Flutter app where I need to access Wi-Fi information.
Flutter: 3.32.7 (stable)
Dart: 3.8.1
iOS device: iPhone 14
iOS version: 18.1.1
Xcode: 16.4
What I tried
I’m using a service that ...
1
vote
1
answer
85
views
Saving image from captive portal page closes portal pop-up and WLAN connection without saving image
Background
I'm developing a physical python-based application on a Raspberry Pi 4 with a basic UI, at the end of which I present the user with a photo to download. To do that, a QR code is presented ...
0
votes
1
answer
59
views
WifiAdapter.ScanAsync() show different list to Windows "Show available networks"
I am running WifiAdapter.ScanAsync() in a C# application, and it returns a list of local WiFi networks.
However, if I go into Windows 11 settings - Network & internet > WiFi and choose "...
2
votes
0
answers
114
views
The captive portal only fails on Android
The captive portal only fails to trigger on Android. When I connect from macOS, the portal opens automatically and loads the root HTML page as expected. On Android, I can see proper DNS and HTTP ...
1
vote
0
answers
45
views
EPS32 IDF WiFi Mesh: Can my MESH_ROOT scan for Access Points
Is there a way for a MESH_ROOT to scan for Access points? I have read WiFi API functions should not be used while WiFi Mesh is active.
Is what I am trying to do below possible? Or maybe there is a ...
0
votes
0
answers
58
views
Serial monitor BLANK with "Simple WiFiserver" (Arduino IDE example)
Board from Aliexpress: ESP32-C3 SuperMini WiFi Bluetooth-Compatible Board ESP32 C3 SuperMini Development Board IOT Board for Arduino.
General context:
Led and pin is working properly (tested with ...
1
vote
0
answers
52
views
Scapy Raw layer in data frame is missing initial 3 characters of load and shortened load is repeated when printed
I am using Scapy to learn about Wi-Fi. I am new to both Scapy and Wi-Fi.
I have a Raspberry Pi 5 and a laptop, running Debian GNU/Linux 12 (Bookworm) and Ubuntu 22.04.1 LTS, respectively, and an ALFA ...
0
votes
0
answers
26
views
Expo bare workflow – console.log stops working on Mac after switching device to different Wi-Fi
I'm developing a React Native app using Expo (bare workflow) that connects to a hardware device over local Wi-Fi. My issue is that I lose all console.log output in the terminal as soon as the phone ...
0
votes
0
answers
180
views
Can I configure my android device to act as a FTM (Wifi RTT) responder?
I'm developing an application that uses Wifi RTT/ FTM (initiator). Unfortunately, i don't have a WIFI RTT compatible AP/ router. So, I want to convert my other device to act as a responder.
Earlier, ...
0
votes
0
answers
37
views
How to scan nearby mac addresses on MacBook for Google geolocation?
I am trying to get the nearby addresses that I need to send to Google geolocation service on MacOs. I know how to interact with the Google geolocation, I just need to get the adressess to send to it.
...