MicroTelnetServer
Telnet server
A simple telnet server for interacting with the REPL in MicroPython-based systems.
Simple telnet server for MicroPython and the ESP8266 allowing telnet clients access to the REPL
77 stars
8 watching
26 forks
Language: Python
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cpopp/microftpserver | A minimal FTP server for remote file management on an ESP8266 microcontroller | 36 |
carstenblt/micropython-configserver | A captive portal solution providing configuration options and networking management for embedded devices using Python. | 15 |
belyalov/tinyweb | A lightweight HTTP server for microcontrollers with limited resources | 255 |
grantgmiller/micropython_ntpserver | An NTP server implementation written in Python for microcontrollers. | 3 |
troublegum/micropyserver | A simple HTTP server for MicroPython projects, enabling basic web functionality on ESP32/ESP8266 boards. | 130 |
1248/microcoap | A small CoAP implementation for microcontrollers | 338 |
jczic/microwebsrv | A micro HTTP Web server that supports WebSockets and templating for MicroPython-based devices. | 654 |
hugokernel/micropython-nanoweb | A full asynchronous web server for Micropython with a small memory footprint. | 106 |
belyalov/tinydns | A simple DNS server for small devices with limited resources. | 32 |
jczic/microwebsrv2 | A highly optimized web server designed for embedded systems and IoT devices | 662 |
p-doyle/micropython-dnsserver-captive-portal | A MicroPython implementation of a captive portal that redirects DNS queries and HTTP requests to a web server. | 16 |
roterfux/esp8266_ntp_webserver | A MicroPython-based IoT project combining WiFi connectivity, LED control, time synchronization, and basic web serving capabilities for an ESP8266 microcontroller. | 3 |
robert-hh/ftp-server-for-esp8266-esp32-and-pybd | A small, simplified FTP server implementation for embedded devices with limited multitasking capabilities | 151 |
reteprelleum/upyvoip | An implementation of an interactive voice response system for Micropython-based ESP32 devices | 24 |
ntoll/microrepl | A Python-based interface to the MicroPython REPL on the micro:bit device | 32 |