{"id":22868503,"url":"https://github.com/datavenueliveobjects/start-here-nodejs","last_synced_at":"2025-05-07T14:23:21.428Z","repository":{"id":42575787,"uuid":"244598180","full_name":"DatavenueLiveObjects/Start-here-nodeJS","owner":"DatavenueLiveObjects","description":"Live Objects Client code samples for the MQTT protocol, written in JavaScript for node.js","archived":false,"fork":false,"pushed_at":"2024-01-11T00:04:38.000Z","size":110,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T14:23:08.671Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://liveobjects.orange-business.com","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DatavenueLiveObjects.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2020-03-03T09:47:07.000Z","updated_at":"2023-09-25T06:59:28.000Z","dependencies_parsed_at":"2024-12-13T12:46:19.494Z","dependency_job_id":null,"html_url":"https://github.com/DatavenueLiveObjects/Start-here-nodeJS","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DatavenueLiveObjects%2FStart-here-nodeJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DatavenueLiveObjects%2FStart-here-nodeJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DatavenueLiveObjects%2FStart-here-nodeJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DatavenueLiveObjects%2FStart-here-nodeJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DatavenueLiveObjects","download_url":"https://codeload.github.com/DatavenueLiveObjects/Start-here-nodeJS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252892766,"owners_count":21820701,"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-12-13T12:35:27.354Z","updated_at":"2025-05-07T14:23:21.403Z","avatar_url":"https://github.com/DatavenueLiveObjects.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Live Objects MQTT Client\n[![scheduled npm audit](https://github.com/DatavenueLiveObjects/Start-here-nodeJS/actions/workflows/audit.yml/badge.svg)](https://github.com/DatavenueLiveObjects/Start-here-nodeJS/actions/workflows/audit.yml)\n[![Automated Release Notes by gren](https://img.shields.io/badge/%F0%9F%A4%96-release%20notes-00B2EE.svg)](https://github-tools.github.io/github-release-notes/)\n\nThis project includes **Live Objects Client code samples for the MQTT protocol**.\n- LiveObjects [official help](https://liveobjects.orange-business.com/#/cms/documentation-faq) includes [a dev. guide mqtt section](https://liveobjects.orange-business.com/doc/html/lo_manual_v2.html#MQTT_API)\n- Samples are written in JavaScript for node.js.\n- Samples require minimal common environment described in \"Quick start\" below.\n\n## Quick start\n\n### Download\n\nClone this repository from GitHub:\n\n```\n$ git clone https://github.com/DatavenueLiveObjects/Start-here-nodeJS\n```\n\n### Prerequisites\n\n1. Install NodeJs (https://nodejs.org/en/download/)\n2. Install samples dependencies (from package.json, example, https://github.com/mqttjs/MQTT.js)\n    \u003e npm install\n\n### Setup your own private environment\n\n- copy the template in a private file\n\u003e cp initEnv.template.sh initEnv.dontpush.sh\n- edit `initEnv.dontpush.sh`\n- source it\n\u003e . ./initEnv.dontpush.sh\n\n### Start using samples\nGo to sample dedicated documentation.\n\nThe samples are:\n- [lo-device](./samples/lo-device/README.md) - a mqtt client using `device mode`, this sample is able to connect,\n  receive command, receive firmware updates and config. This device can send data messages too.\n- [lo-application](./samples/lo-application/README.md) - a mqtt client using `application mode`, this sample is able to listen\n  a given fifo.\n\n\nExample:\n````bash\nsource ./initEnvLO.dontpush.sh\nnode samples/lo-device/lo-device.js\n````\n\n## License\n\nCopyright (c) 2015 — 2023 Orange\n\nThis code is released under the BSD3 license. See the `LICENSE` file for more information.\n\n## Contact\n\n* Homepage: [liveobjects.orange-business.com](https://liveobjects.orange-business.com/)\n\n## Contribute\n\n* cf [CONTRIBUTING](CONTRIBUTING.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatavenueliveobjects%2Fstart-here-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatavenueliveobjects%2Fstart-here-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatavenueliveobjects%2Fstart-here-nodejs/lists"}