martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.72k stars 897 forks source link

Configuration Parameter Broadcasting #481

Open harshalpt25 opened 2 years ago

harshalpt25 commented 2 years ago

Hi Martin,

As I a using trying to make Wi-Fi-repeater which having facility to connect each node without server configuration so that we can only configure 1st ESP32 node and that ESP32 node broadcasting required configuration packet to another node which can provide identity to which network they should connect. Overall idea to design is all node get network SSID & Password and specific network identity from 1st ESP32 node and connect near by node based on RSSI or Hope Count value without individual configuration.

I required support to find out from where we can start modify packet and broadcasting packets to another node.