MicroTelnetServer icon indicating copy to clipboard operation
MicroTelnetServer copied to clipboard

Simple telnet server for MicroPython and the ESP8266 allowing telnet clients access to the REPL

Results 7 MicroTelnetServer issues
Sort by recently updated
recently updated
newest added

``` server_socket.bind ('0.0.0.0', 23) server_socket.listen(1) Traceback (most recent call last): File "", line 1, in File "utelnetserver.py", line 110, in start OSError: [Errno 112] EADDRINUSE ```

I can connect just fine, and can see output echoed that I enter directly through a serial connection, but input does not echo not come through. Has this been seen?

Hi, Is there a way to install MicroTelnetServer with upip? I found telnetlib, maybe it could be useful to publish MicroTelnetServer as well on Pypi?: ``` >>> import upip I...

adds the code to meter access to only those with the password. the password is hard-coded in here, and is this: pass

Instead of commenting out the dupterm_notify line, add it conditionally using the hasattr function.

I tried both from windows and linux and I get nothing. The port opens and I read `Telnet connection from: ('192.168.1.100', 5975)` in the console But no data comes in...

Add package.json file for compatibility with the MicroPython package manager (MIP).\n\nWith this change, users can install the module using: \