Received a esp32 thread border router kit and a esp32c6 to build a proof of concept over thread!
checked the docs....
https://github.com/espressif/esp-thread-br
https://docs.espressif.com/projects/esp ... index.html
S3 connected and got a prompt!
! help gives lots of options
Code: Select all
> help
> reset
> wifi connect -s AP_SSID -p AP_PASSWORD
...
I (255297) esp_netif_handlers: sta ip: 10.10.10.214, mask: 255.255.255.0, gw: 10.10.10.1
! connect with my local network OK
! using Nmap to check open ports
Code: Select all
nmap -sT 10.10.10.214
Starting Nmap 7.93 ( https://nmap.org ) at 2023-08-10 22:49 -03
Nmap scan report for 10.10.10.214
Host is up (0.0033s latency).
All 1000 scanned ports on 10.10.10.214 are in ignored states.
Not shown: 1000 closed tcp ports (conn-refused)
Nmap done: 1 IP address (1 host up) scanned in 17.21 seconds
as shown, no open ports, how to reach the GUI/REST API?
can anyone help please?
regards,