MicroPython ModBus TCP and RTU library supporting client and host mode
This is a simple implementation of a telnet server that will hook telnet clients up to the REPL. The telnet server and associated logic run in the background so you can use the REPL or run other scripts with it. A single client connection is supported at a time.
The main features of cpopp/microtelnetserver are: Network Protocols.
Open-source alternatives to cpopp/microtelnetserver include: benob/gemini. beshrkayali/webdavclient. brainelectronics/micropython-modbus — MicroPython ModBus TCP and RTU library supporting client and host mode. cbrand/micropython-mdns — A pure Python implementation of MDNS and the Service Discovery protocol over MDNS for MicroPython. dave2/micropython-ntpd — An implementation of an ntpd in Micropython. ba0f3/telebot.nim.