martin-ger / esp_wifi_repeater

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

Getting CLI #395

Open ghost opened 4 years ago

ghost commented 4 years ago

How can I get CLI interface for the ESP8266?

martin-ger commented 4 years ago

Install the software as described and then the console is available either via the serial port at 115200 baud or via tcp port 7777 (e.g. "telnet 192.168.4.1 7777" from a connected STA) after connecting to the ssid "MyAP".