{"id":13673732,"url":"https://github.com/conradkirschner/lora-serial-module","last_synced_at":"2025-04-28T11:30:47.231Z","repository":{"id":116488718,"uuid":"372588009","full_name":"conradkirschner/lora-serial-module","owner":"conradkirschner","description":"Nodejs serial lora module ","archived":false,"fork":false,"pushed_at":"2022-03-27T10:27:09.000Z","size":16273,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-11T13:35:44.282Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/conradkirschner.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}},"created_at":"2021-05-31T17:51:06.000Z","updated_at":"2022-03-27T10:27:13.000Z","dependencies_parsed_at":"2023-03-21T06:47:46.967Z","dependency_job_id":null,"html_url":"https://github.com/conradkirschner/lora-serial-module","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/conradkirschner%2Flora-serial-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conradkirschner%2Flora-serial-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conradkirschner%2Flora-serial-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conradkirschner%2Flora-serial-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conradkirschner","download_url":"https://codeload.github.com/conradkirschner/lora-serial-module/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251304678,"owners_count":21567920,"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-02T11:00:20.558Z","updated_at":"2025-04-28T11:30:42.218Z","avatar_url":"https://github.com/conradkirschner.png","language":"JavaScript","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# Serial Lora Multi Hop Chat App \n## Overview \nThis Project is an Education Software for a Multi-Hop Routing Chat Application.  \nWith this, it's possible to create a test network for the lora modules.  \n(You can activate and deactivate the modules)  \n\nIt also allows an interception Mode to see if the protocol is correct implemented. \n## Preview\n![Alt Text](./img/sample-preview.gif)\n\n\n## WS Bridge\n### Usage\nCreates a bridge to serial port on port 8001, serial port forwarding is then possible.  \nThe first answer is #start#BLACKLIST#DEVICE_ID#IS_LAN.  \n\n\nFor Blacklisting Nodes have a look in the values in /install.sh or use the [@@@BLACKLIST@@@ Event](#Events).  \n\nThere are hardcoded folder paths to like /home/piu/conrad/lora-serial-module/dist\n### Installation\n``` # ~/ mkdir conrad \u0026\u0026 cd conrad  \u0026\u0026```\n``` git clone https://github.com/conradkirschner/lora-serial-module.git \u0026\u0026 cd lora-serial-module \u0026\u0026 npm ci \u0026\u0026 npm run build:bridge \u0026\u0026 npm run install:bridge ```\n\n### Update\n``` # ~/ cd conrad/lora-serial-module  \u0026\u0026```\n``` git pull \u0026\u0026 rm -rf dist \u0026\u0026 npm ci \u0026\u0026 npm run build:bridge \u0026\u0026 npm run install:bridge ```\n\n### Connection\n``` ssh -L 8001:10.10.10.40:8001  USERNAME@gridgateway.f4.htw-berlin.de ```\n\n### usage\nConnect now with your WebSocketClient, use the path for Device Id.  \n  \n``` ws://localhost:8001/15 ``` - for device 15  \n``` ws://localhost:8001/10 ``` - for device 10  \n### App\n\nOpen [./browser-dist/index.html](./browser-dist/index.html) after you are connected to a Node.\n\n### Events\n#### @@@BLACKLIST@@@\nThis Event overwrites the loaded blacklist.  \n\n```@@@BLACKLIST@@@1,2,3,4```\n\n\n#### @@@UPGRADE@@@\nEnable Protocol Upgraded (input forwarding to ws)\n\n```@@@UPGRADE@@@```\n\n#### @@@DOWNGRADE@@@\ndisables Protocol Upgraded (input forwarding to ws)\n\n```@@@DOWNGRADE@@@```\n\n## Websocket Tunnel \n\nTo avoid having multiple ssh tunnel open we map the websockets to the path name.  \n```ws://localhost:8000/ID```  \ne.g. ```ws://localhost:8000/ID```  \n\nSpecify Config map in ./proxy/websocket-tunnel.js. \n\n## Chat App\n### \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconradkirschner%2Flora-serial-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconradkirschner%2Flora-serial-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconradkirschner%2Flora-serial-module/lists"}