{"id":13802071,"url":"https://github.com/cpopp/MicroTelnetServer","last_synced_at":"2025-05-13T12:32:23.693Z","repository":{"id":43189867,"uuid":"70031109","full_name":"cpopp/MicroTelnetServer","owner":"cpopp","description":"Simple telnet server for MicroPython and the ESP8266 allowing telnet clients access to the REPL","archived":false,"fork":false,"pushed_at":"2024-05-27T17:15:55.000Z","size":5,"stargazers_count":75,"open_issues_count":5,"forks_count":26,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-08-05T00:07:02.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cpopp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-10-05T04:55:05.000Z","updated_at":"2024-07-30T12:49:29.000Z","dependencies_parsed_at":"2024-01-29T19:40:34.085Z","dependency_job_id":null,"html_url":"https://github.com/cpopp/MicroTelnetServer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpopp%2FMicroTelnetServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpopp%2FMicroTelnetServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpopp%2FMicroTelnetServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpopp%2FMicroTelnetServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpopp","download_url":"https://codeload.github.com/cpopp/MicroTelnetServer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225217952,"owners_count":17439712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T00:01:34.871Z","updated_at":"2024-11-18T17:30:49.181Z","avatar_url":"https://github.com/cpopp.png","language":"Python","readme":"# utelnetserver\n\nThis 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.\n\n__Updated to support MPY v1.1__.\n\nTo get started with it just add the following to your `boot.py`\n\n    import utelnetserver\n    utelnetserver.start()\n\non boot you should see something like the following: `Telnet server started on 192.168.2.119:23`\n\nI've only tested it with a telnet client on the mac, but with that it is as simple as:\n\n    $ telnet 192.168.2.119\n    Trying 192.168.2.119...\n    Connected to esp_f4b4b3.\n    Escape character is '^]'.\n\n    \u003e\u003e\u003e print(\"Hello!\")\n    Hello!\n\n## Limitations\n- One telnet client at a time\n- No authentication support\n\n## What is supported\n- Telnet server is callback based\n- Interact with REPL via a telnet client\n\n## Other examples\nThe utelnetserver module is pretty straightforward, offering `start(port=23)` and `stop()` so you can start/stop it as needed or run it on a port different than the typical port 23 for telnet.\n\n## Future Work\n- Authentication support\n- More robust handling of telnet control characters\n- Won't restart after just a soft reboot due to https://github.com/micropython/micropython/issues/1896\n","funding_links":[],"categories":["Libraries"],"sub_categories":["Communications"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpopp%2FMicroTelnetServer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpopp%2FMicroTelnetServer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpopp%2FMicroTelnetServer/lists"}