B4J Question B4J WiFi Windows-client app

peacemaker

Expert
Licensed User
Longtime User
Hi, All

If there is ESP32 MCU device with built-in WiFi access point and web-interface - is it possible to develop an user friendly desktop app ?

I guess, it needs to:
1) Connect PC to the WiFI AP or somehow request user to connect to SSID with a password
2) And open http://192.168.4.1 default device web-server in a WebView.
3) think about ... how to be, if several devices are online at the same time....

Any suggestions how-to ? B4J related links, tutorials ?
 

peacemaker

Expert
Licensed User
Longtime User
Last edited:
Upvote 0

teddybear

Well-Known Member
Licensed User
Hi, All

If there is ESP32 MCU device with built-in WiFi access point and web-interface - is it possible to develop an user friendly desktop app ?

I guess, it needs to:
1) Connect PC to the WiFI AP or somehow request user to connect to SSID with a password
2) And open http://192.168.4.1 default device web-server in a WebView.
3) think about ... how to be, if several devices are online at the same time....

Any suggestions how-to ? B4J related links, tutorials ?
Yes
1.You can run netsh to connect to AP using jshell on desktop APP
2.This is not a problem when it is connected.
3.Their SSIDs must be different.
 
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
Found:
1. "start ms-settings:network-wifi"
 
Upvote 0
Top