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.
cpopp/microtelnetserver 的主要功能包括:Network Protocols。
cpopp/microtelnetserver 的开源替代品包括: 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.