Skip to content

A simple telnet server running on Nodemcu. Responds standart commands. Proxies to USB. Extendible.

Notifications You must be signed in to change notification settings

mehmetkuzu/ESP32SimpleTelnetServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ESP32SimpleTelnetServer

A simple telnet server running on Nodemcu.

Responds standart commands.

Proxies to USB.

Extendible.

Major points

  • secrets.h is for wifi configuration. More than one SSID and PSA Key may be stored and used/tried. The file is ignored in the repository, but a template/sample file is given.
  • telnet clients are used to connect. But options should be studied so that the client does not send handshake or negotiation signals.
  • Code includes the ArduinoOTA handle. Which makes possible to upload sketches on-the-air. (Via network)

About

A simple telnet server running on Nodemcu. Responds standart commands. Proxies to USB. Extendible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published