Skip to content

A telnet implementation for: the espressif32 idf PlatformIO

License

Notifications You must be signed in to change notification settings

FrederikVoncken/esp32-telnet

Repository files navigation

esp32-telnet

A telnet implementation for:

  • The platform espressif32
  • Framework espidf
  • example board esp32doit-devkit-v1
  • Visual Studio Code - PlatformIO

This implementation/example shows the use and implementation of telnet for esp32 idf environment.

There are 2 example implementations:

  • A sendonly example, sending a string every second to all connected telnet applications
  • An echo example, echoing all send characters from connected telnet applications

Example telnet applications I used are Putty (Windows) and ConnectBot (Android)

Configurations:

  • Wifi_Config.h => This implementation does not have a WifiManager, so you need to input your WIFI credentials in this file
  • Telnet_Config.h
    • TELNET_EXAMPLE_SEND_ONLY
      • Will enable the send only example
      • Disabling this define will enable the echo example
    • TELNET_MAX_SOCKET
      • Defines the maximum telnet connections to be active at the same time (e.g. 5 means max 5 applications connected)

Development links:


Thanks to:

And the insights of:

About

A telnet implementation for: the espressif32 idf PlatformIO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published