Telnet REPL #16092
moferreira
started this conversation in
General
Telnet REPL
#16092
Replies: 1 comment 4 replies
-
There was/is a Python telnet server script https://github.com/cpopp/MicroTelnetServer. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is is there a way to do an analogous telnet to the device's REPL?
Why this question? Because I need to communicate with the device when it is on AP mode so, it has no Internet access. WebREPL works but I need to have the Python application to run it as, when connected to the device in AP mode, I won't have Internet access. However, I want to be able to send commands to it let's say, using my Android device.
Beta Was this translation helpful? Give feedback.
All reactions