Programmatic WiFi Access Point (AP) on Windows. By default, it will create a WebSocket server that mimics PhysioServer with a timeout of 10 minutes and run an Wifi Access Point (AP).
Run: uv run wifi_ap --timeout 60 (1 minute timeout)
- Run
wifi_ap.exeon Windows machine (it will create a WiFi Access Point with SSID:DIRECT-SCANNER1) - From another device, open: http://skanowanie.iniphy.pl
- Switch from this device to
DIRECT-SCANNER1with passhprasetest1234 - In skanowanie app, setup the connection IP address:
192.168.137.1usingws://protocol and port8080 - The connection should work!
Run: uv run pyinstaller --onefile .\wifi_ap\main.py