{"id":15723046,"url":"https://github.com/h2zero/esp-libtelnet","last_synced_at":"2025-05-13T04:35:19.922Z","repository":{"id":216577671,"uuid":"741690386","full_name":"h2zero/esp-libtelnet","owner":"h2zero","description":"Remote console over telnet for esp32 devices.","archived":false,"fork":false,"pushed_at":"2025-01-28T15:38:01.000Z","size":46,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-20T22:32:41.972Z","etag":null,"topics":["communication","esp-idf-component","esp32","telnet"],"latest_commit_sha":null,"homepage":"","language":"C","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/h2zero.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,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"h2zero","custom":["https://paypal.me/h2zero"]}},"created_at":"2024-01-10T22:58:35.000Z","updated_at":"2025-01-28T15:38:05.000Z","dependencies_parsed_at":"2024-01-20T18:47:27.752Z","dependency_job_id":"a189a763-e4bc-4bac-81d8-2c2eb25a8b16","html_url":"https://github.com/h2zero/esp-libtelnet","commit_stats":null,"previous_names":["h2zero/esp-libtelnet"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2zero%2Fesp-libtelnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2zero%2Fesp-libtelnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2zero%2Fesp-libtelnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2zero%2Fesp-libtelnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h2zero","download_url":"https://codeload.github.com/h2zero/esp-libtelnet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253877360,"owners_count":21977634,"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":["communication","esp-idf-component","esp32","telnet"],"created_at":"2024-10-03T22:10:09.595Z","updated_at":"2025-05-13T04:35:19.903Z","avatar_url":"https://github.com/h2zero.png","language":"C","funding_links":["https://github.com/sponsors/h2zero","https://paypal.me/h2zero"],"categories":[],"sub_categories":[],"readme":"# esp-libtelnet\nA library for providing a remote console over Telnet, and (optionally) UART, for esp32 devices.\n\n## Features\n- Remote monitor access from any Telnet client.\n- Optional output mirroring to UART.\n- Log output from `printf`, `stdout`, `stderr`, and `ets_printf` are all provided.\n\n## Using\nClone this repo to your project/components folder and add `#include \u003cesp-libtelnet.h\u003e` to your project file.\n\nAlternatively, this can be installed via IDF Component Manager by adding the following to your project idf_component.yml file:\n```\n  h2zero/esp-libtelnet:\n    git: \"https://github.com/h2zero/esp-libtelnet\"\n```\n\n## API\n- `void init_telnet(telnet_rx_cb_t rx_cb)` Initialize the Telnet data structures. Param: `rx_cb` takes a callback function of `typedef void (*telnet_rx_cb_t)(const char *buf, size_t len)`.\n- `void start_telnet(void)` Starts the Telnet task which listens for clients, do no call until an IP address has been received.\n- `void telnet_mirror_to_uart(bool enable)` Enable (true) or disable (false) mirroring console output to UART.\n\n## Aknowledgements\nThis library uses [libtelnet @commit 5f5ecee](https://github.com/seanmiddleditch/libtelnet) by Sean Middleditch and contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh2zero%2Fesp-libtelnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh2zero%2Fesp-libtelnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh2zero%2Fesp-libtelnet/lists"}