Skip to content

This library enables you to use a telnet wireless terminal on an ESP8266, it also serves as setup for ArduinoOTA, making debugging/uploading wireless.

License

Notifications You must be signed in to change notification settings

JonasGMorsch/ESP8266-Telnet-Wireless-Terminal

Repository files navigation

Telnet-Example Build Status

This library enables you to use a telnet wireless terminal on an ESP8266 + Arduino IDE, it also serves as setup for ArduinoOTA, making debugging/uploading wireless.

Installing this Library

https://www.arduino.cc/en/Guide/Libraries

How to Use: Code

Go to Example or:

1 - #include <Telnet.h>

2 - call Telnet.begin("your-hostname"); on setup() But after WiFi.begin();

3 - put Telnet.handle(); on loop()

4 - call Telnet.printf(); to write or Telnet.available(); + Telnet.read(); to read the values from terminal

Be Aware: It takes 6ms+ to read from terminal

How to Use: Terminal

Run Terminal.cmd, it's configured to answer to host "Telnet-Example", but any phrase on Telnet.begin("your-hostname"); will work, and also the IP address that is given on serial terminal, but since it changes form one network to another i prefer a hostname.

To configure manually use this guide

About

This library enables you to use a telnet wireless terminal on an ESP8266, it also serves as setup for ArduinoOTA, making debugging/uploading wireless.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published