{"id":20777786,"url":"https://github.com/fiware/tutorials.iot-agent-json","last_synced_at":"2025-04-30T18:29:52.412Z","repository":{"id":40366716,"uuid":"223165934","full_name":"FIWARE/tutorials.IoT-Agent-JSON","owner":"FIWARE","description":":orange_book: FIWARE 204: Provisioning the JSON IoT Agent","archived":false,"fork":false,"pushed_at":"2024-08-08T14:51:19.000Z","size":922,"stargazers_count":6,"open_issues_count":1,"forks_count":9,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-08-08T16:41:11.390Z","etag":null,"topics":["fiware","fiware-iot-agents","iot","iot-agent","json","tutorial"],"latest_commit_sha":null,"homepage":"https://fiware-iotagent-json.readthedocs.io/","language":"Shell","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/FIWARE.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}},"created_at":"2019-11-21T12:10:28.000Z","updated_at":"2024-06-28T14:40:59.000Z","dependencies_parsed_at":"2024-02-16T09:25:06.344Z","dependency_job_id":"5acebc6c-5525-49bf-b4c3-19b7565a8fb4","html_url":"https://github.com/FIWARE/tutorials.IoT-Agent-JSON","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIWARE%2Ftutorials.IoT-Agent-JSON","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIWARE%2Ftutorials.IoT-Agent-JSON/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIWARE%2Ftutorials.IoT-Agent-JSON/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIWARE%2Ftutorials.IoT-Agent-JSON/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FIWARE","download_url":"https://codeload.github.com/FIWARE/tutorials.IoT-Agent-JSON/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225040433,"owners_count":17411486,"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":["fiware","fiware-iot-agents","iot","iot-agent","json","tutorial"],"created_at":"2024-11-17T13:17:13.888Z","updated_at":"2024-11-17T13:17:14.554Z","avatar_url":"https://github.com/FIWARE.png","language":"Shell","readme":"[![FIWARE Banner](https://fiware.github.io/tutorials.IoT-Agent-JSON/img/fiware.png)](https://www.fiware.org/developers)\n\n[![FIWARE IoT Agents](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/iot-agents.svg)](https://github.com/FIWARE/catalogue/blob/master/iot-agents/README.md)\n[![License: MIT](https://img.shields.io/github/license/fiware/tutorials.IoT-Agent.svg)](https://opensource.org/licenses/MIT)\n[![Support badge](https://img.shields.io/badge/tag-fiware-orange.svg?logo=stackoverflow)](https://stackoverflow.com/questions/tagged/fiware)\n[![JSON](https://img.shields.io/badge/Payload-JSON-f06f38.svg)](https://fiware-iotagent-json.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual)\n\nThese tutorials wire up the dummy [JSON](https://json.org/)-based IoT devices using the\n[IoT Agent for JSON](https://fiware-iotagent-json.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual)\ndevices so that measurements can be read and commands can be sent using\nNGSI-v2 or NGSI-LD requests sent to the\nContext Broler.\n\nThe tutorials use [cUrl](https://ec.haxx.se/) commands throughout, but is also available as [Postman documentation](https://www.postman.com/downloads/).\n\n# Start-Up\n\n## NGSI-v2 Smart Supermarket\n\n**NGSI-v2** offers JSON based interoperability used in individual Smart Systems. To run this tutorial with **NGSI-v2**, use the `NGSI-v2` branch.\n\n```console\ngit clone https://github.com/FIWARE/tutorials.IoT-Agent-JSON.git\ncd tutorials.IoT-Agent-JSON\ngit checkout NGSI-v2\n\n./services create\n./services start\n```\n\n| [![NGSI v2](https://img.shields.io/badge/NGSI-v2-5dc0cf.svg)](https://fiware-ges.github.io/orion/api/v2/stable/) | :books: [Documentation](https://github.com/FIWARE/tutorials.IoT-Agent-JSON/tree/NGSI-v2) | \u003cimg src=\"https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/postman.svg\" height=\"15\" width=\"15\"\u003e [Postman Collection](https://fiware.github.io/tutorials.IoT-Agent-JSON/) | ![](https://img.shields.io/github/last-commit/fiware/tutorials.IoT-Agent-JSON/NGSI-v2)\n| --- | --- | --- | ---\n\n\n## NGSI-LD Smart Farm\n\n**NGSI-LD** offers JSON-LD based interoperability used for Federations and Data Spaces. To run this tutorial with **NGSI-LD**, use the `NGSI-LD` branch.\n\n```console\ngit clone https://github.com/FIWARE/tutorials.IoT-Agent-JSON.git\ncd tutorials.IoT-Agent-JSON\ngit checkout NGSI-LD\n\n./services create\n./services start\n```\n\n| [![NGSI LD](https://img.shields.io/badge/NGSI-LD-d6604d.svg)](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) | :books: [Documentation](https://github.com/FIWARE/tutorials.IoT-Agent-JSON/tree/NGSI-LD) | \u003cimg  src=\"https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/postman.svg\" height=\"15\" width=\"15\"\u003e [Postman Collection](https://fiware.github.io/tutorials.IoT-Agent-JSON/ngsi-ld.html) | ![](https://img.shields.io/github/last-commit/fiware/tutorials.IoT-Agent-JSON/NGSI-LD)\n| --- | --- | --- | ---\n\n---\n\n## License\n\n[MIT](LICENSE) © 2018-2024 FIWARE Foundation e.V.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiware%2Ftutorials.iot-agent-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiware%2Ftutorials.iot-agent-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiware%2Ftutorials.iot-agent-json/lists"}