{"id":16241609,"url":"https://github.com/getlarge/gatewaymanager","last_synced_at":"2025-04-08T09:53:10.156Z","repository":{"id":114684258,"uuid":"114873441","full_name":"getlarge/GatewayManager","owner":"getlarge","description":"Gateway linking RF nodes with MQTT broker, based on MySensors","archived":false,"fork":false,"pushed_at":"2018-05-09T09:51:41.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-02-14T06:51:18.338Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getlarge.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","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}},"created_at":"2017-12-20T10:18:04.000Z","updated_at":"2018-12-20T07:19:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"b17bb0f9-2a14-4add-b4a4-300df2ef6c9a","html_url":"https://github.com/getlarge/GatewayManager","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/getlarge%2FGatewayManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2FGatewayManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2FGatewayManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2FGatewayManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getlarge","download_url":"https://codeload.github.com/getlarge/GatewayManager/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247819946,"owners_count":21001394,"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-10-10T14:08:07.590Z","updated_at":"2025-04-08T09:53:10.127Z","avatar_url":"https://github.com/getlarge.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BIODIAG - GATEWAY\n\n## Requirements\n\nArduino IDE - download the latest from arduino\n\n- https://www.arduino.cc/en/Main/Software\n\nPackages for ESP8266 development on Arduino IDE\n\n- http://arduino.esp8266.com/stable/package_esp8266com_index.json\n\nfollowing libraries are required :\n\n- FS\n- WifiManager\n- MySensors\n- Bounce2\n- ArduinoJson\n- Ticker\n\n## Installation\n\n```\ngit clone git@framagit.org:getlarge/gateway_mqtt.git\n```\n\nEdit Arduino/libraries/MySensors/core/MyGatewayTransportMQTTClient.cpp to :\n\n```\n _MQTT_client.subscribe(MY_MQTT_SUBSCRIBE_TOPIC_PREFIX);\n```\n\nThen in `config.h.sample` file you may edit the following :\n\n- Name your device for your wifi router ( DHCP )\n```\n#define MY_ESP8266_HOSTNAME \"your_device_name\"\n```\n\n- Protect the acces point\n```\nchar ap_pass[30]=\"yourpassword\",\n```\n\n## Usage\n\n-Open any .ino file of the folder with Arduino IDE\n-Edit your preferences\n-Uncomment FS.Format the first time you upload\n-Comment out FS.format\n-Upload the code on your ESP8266 board\n\nTopic structure: MY_MQTT_PUBLISH_TOPIC_PREFIX/NODE-ID/SENSOR-ID/CMD-TYPE/ACK-FLAG/SUB-TYPE\n\n## Dev\n\nGo to the dev branch for the latest and unstable development\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetlarge%2Fgatewaymanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetlarge%2Fgatewaymanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetlarge%2Fgatewaymanager/lists"}