tedbyron / esp-idf-wifi-captive-portal

Example ESP-IDF captive portal for setting up STA WiFi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp-idf-wifi-captive-portal

Example ESP-IDF captive portal for setting up STA WiFi

  • WSL

    usbipd list
    usbipd attach -awb <BUSID>
  • *nix

    cargo r --release

Uses websockets to communicate from the browser to the ESP device (CONFIG_HTTPD_WS_SUPPORT=y in sdkconfig.defaults) and the crate edge-captive for the DNS captive portal.

About

Example ESP-IDF captive portal for setting up STA WiFi

License:Apache License 2.0


Languages

Language:Rust 51.1%Language:CSS 25.5%Language:TypeScript 17.6%Language:HTML 5.8%