{"id":15576662,"url":"https://github.com/jakubandrysek/remote-serial-example","last_synced_at":"2026-05-08T17:33:57.743Z","repository":{"id":132916169,"uuid":"264042808","full_name":"JakubAndrysek/Remote-serial-example","owner":"JakubAndrysek","description":":mag: Remote serial in Lorris for ESP32","archived":false,"fork":false,"pushed_at":"2020-05-15T12:53:08.000Z","size":2327,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T20:27:21.083Z","etag":null,"topics":["cpp","debug","esp32","lorris","platformio","proxy"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JakubAndrysek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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},"funding":{"github":["JakubAndrysek"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2020-05-14T22:52:09.000Z","updated_at":"2023-06-26T03:38:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"6dadd9a6-1eae-480a-bad9-f135a763a1ec","html_url":"https://github.com/JakubAndrysek/Remote-serial-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JakubAndrysek/Remote-serial-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakubAndrysek%2FRemote-serial-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakubAndrysek%2FRemote-serial-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakubAndrysek%2FRemote-serial-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakubAndrysek%2FRemote-serial-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JakubAndrysek","download_url":"https://codeload.github.com/JakubAndrysek/Remote-serial-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakubAndrysek%2FRemote-serial-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32790462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cpp","debug","esp32","lorris","platformio","proxy"],"created_at":"2024-10-02T18:54:04.263Z","updated_at":"2026-05-08T17:33:57.718Z","avatar_url":"https://github.com/JakubAndrysek.png","language":"C++","funding_links":["https://github.com/sponsors/JakubAndrysek"],"categories":[],"sub_categories":[],"readme":"# Navigation\n- [Navigation](#navigation)\n- [Remote serial in Lorris for ESP32](#remote-serial-in-lorris-for-esp32)\n  - [Example code how to use Lorris terminal with ESP32 as remote Data-debug display](#example-code-how-to-use-lorris-terminal-with-esp32-as-remote-data-debug-display)\n- [Setup Lorris](#setup-lorris)\n- [Setup software](#setup-software)\n\n\n# Remote serial in Lorris for ESP32\n## Example code how to use Lorris terminal with ESP32 as remote Data-debug display\n\n![](docs/Terminal-text.png)\n\n\n# Setup [Lorris](https://tasssadar.github.io/Lorris)\n1. Go to [https://tasssadar.github.io/Lorris](https://tasssadar.github.io/Lorris)\n \n   ![](docs/0.png)\n2. Download and install Lorris, open it\n  \n   ![](docs/1.png)\n3. Clic to Proxy\n   \n    ![](docs/2.png)\n4. Click to `+` and `Add TCP client`\n\n    ![](docs/3.png)\n5. Set name, Host: YOUR_IP, and Port: 0-65535 for the TCP Data clinet\n\n    ![](docs/4.png)\n6. Clic to `Start listening`, enable Proxy tunel and then click to `Connect`\n\n    ![](docs/5.png)\n7. Data TCP is enabled\n    \n    ![](docs/6.png)\n8. Then clic to `Menu` -\u003e `File` -\u003e `New` -\u003e `Terminal` and chose Data Tunel\n    \n    ![](docs/7.png)\n9. Now, you are connected to the Data tunel. Then clic to `Menu` -\u003e `File` -\u003e `New` -\u003e `Proxy`\n    \n    ![](docs/8.png)\n10. Set name, Host: YOUR_IP, and Port: 0-65535 for the TCP Debug clinet\n    \n    ![](docs/9.png)\n11. Clic to Start listening, enable Proxy tunel and then click to Connect\n    \n    ![](docs/10.png)\n12. Then clic to `Menu` -\u003e `File` -\u003e `New` -\u003e `Terminal` and chose Debug Tunel\n    \n    ![](docs/11.png)\n13. Now, you are connected to the Debug tunel.\n    \n    ![](docs/13.png)\n14. You can drag the table and split to sides (data, debug, serial)\n\n# Setup software\n1. Open `main.cpp` and edit connection settings \n \n    ```cpp\n    // Setup connection\n    #define SSID       \"WiFi_SSID\"\n    #define PASSWORD   \"WiFi_PASSWORD\"\n    static const IPAddress Debug_IP { 192, 168, 0, 13 };    //IP adress of your PC with Lorris\n    static const uint16_t Debug_port = 12345;               //Proxy debug port\n    static const uint16_t Data_port = 12346;                //Proxy data port\n    ```\n2.  Customize the programe\n  \n   ```cpp\n    void loop() {\n        int runtime = millis()/1000;\n\n        Serial.println(String(\"Running for: \" + String(runtime) + \" seconds\"));\n        debug.println(String(\"Running for: \" + String(runtime) + \" seconds\"));\n\n        data.println(String(\"WiFi strength: \" + String(WiFi.RSSI()) ));    \n        \n        delay(1000);\n\n    }\n   ```\n3. Upload program to the ESP32\n4. Have a fun :blush:","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakubandrysek%2Fremote-serial-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakubandrysek%2Fremote-serial-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakubandrysek%2Fremote-serial-example/lists"}