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
- Host: GitHub
- URL: https://github.com/tig/arduinoshell
- Owner: tig
- License: mit
- Created: 2021-07-21T05:38:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-25T23:48:05.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T21:06:30.150Z (about 1 year ago)
- Language: C++
- Size: 154 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`