An open API service indexing awesome lists of open source software.

https://github.com/tig/arduinoshell

An Arduino library for TCP/IP (Telnet) shell control
https://github.com/tig/arduinoshell

Last synced: about 1 year ago
JSON representation

An Arduino library for TCP/IP (Telnet) shell control

Awesome Lists containing this project

README

          

# ArduinoShell
An Arduino library for TCP/IP (Telnet) shell control

## Building Samples with PlatformIO

`pio ci --lib="src" --project-option="lib_deps=arduino-libraries/Ethernet@^2.0.0" --board=megaatmega2560 .\examples\Telnetserver\TelnetServer.ino`