https://github.com/fiware/tutorials.iot-agent-json
:orange_book: FIWARE 204: Provisioning the JSON IoT Agent
https://github.com/fiware/tutorials.iot-agent-json
fiware fiware-iot-agents iot iot-agent json tutorial
Last synced: 9 months ago
JSON representation
:orange_book: FIWARE 204: Provisioning the JSON IoT Agent
- Host: GitHub
- URL: https://github.com/fiware/tutorials.iot-agent-json
- Owner: FIWARE
- License: mit
- Created: 2019-11-21T12:10:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T14:51:19.000Z (over 1 year ago)
- Last Synced: 2024-08-08T16:41:11.390Z (over 1 year ago)
- Topics: fiware, fiware-iot-agents, iot, iot-agent, json, tutorial
- Language: Shell
- Homepage: https://fiware-iotagent-json.readthedocs.io/
- Size: 900 KB
- Stars: 6
- Watchers: 10
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.fiware.org/developers)
[](https://github.com/FIWARE/catalogue/blob/master/iot-agents/README.md)
[](https://opensource.org/licenses/MIT)
[](https://stackoverflow.com/questions/tagged/fiware)
[](https://fiware-iotagent-json.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual)
These tutorials wire up the dummy [JSON](https://json.org/)-based IoT devices using the
[IoT Agent for JSON](https://fiware-iotagent-json.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual)
devices so that measurements can be read and commands can be sent using
NGSI-v2 or NGSI-LD requests sent to the
Context Broler.
The tutorials use [cUrl](https://ec.haxx.se/) commands throughout, but is also available as [Postman documentation](https://www.postman.com/downloads/).
# Start-Up
## NGSI-v2 Smart Supermarket
**NGSI-v2** offers JSON based interoperability used in individual Smart Systems. To run this tutorial with **NGSI-v2**, use the `NGSI-v2` branch.
```console
git clone https://github.com/FIWARE/tutorials.IoT-Agent-JSON.git
cd tutorials.IoT-Agent-JSON
git checkout NGSI-v2
./services create
./services start
```
| [](https://fiware-ges.github.io/orion/api/v2/stable/) | :books: [Documentation](https://github.com/FIWARE/tutorials.IoT-Agent-JSON/tree/NGSI-v2) |
[Postman Collection](https://fiware.github.io/tutorials.IoT-Agent-JSON/) | 
| --- | --- | --- | ---
## NGSI-LD Smart Farm
**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.
```console
git clone https://github.com/FIWARE/tutorials.IoT-Agent-JSON.git
cd tutorials.IoT-Agent-JSON
git checkout NGSI-LD
./services create
./services start
```
| [](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) |
[Postman Collection](https://fiware.github.io/tutorials.IoT-Agent-JSON/ngsi-ld.html) | 
| --- | --- | --- | ---
---
## License
[MIT](LICENSE) © 2018-2024 FIWARE Foundation e.V.