FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

FIWARE/tutorials.IoT-Agent-JSON: :orange_book: FIWARE 204: Provisioning the JSON IoT Agent · GitHub

Latest commit

 

History

104 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These tutorials wire up the dummy JSON-based IoT devices using the IoT Agent for JSON 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 commands throughout, but is also available as Postman documentation.

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.

git clone https://github.com/FIWARE/tutorials.IoT-Agent-JSON.git
cd tutorials.IoT-Agent-JSON
git checkout NGSI-v2

./services create
./services start
📚 Documentation Postman Collection

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.

git clone https://github.com/FIWARE/tutorials.IoT-Agent-JSON.git
cd tutorials.IoT-Agent-JSON
git checkout NGSI-LD

./services create
./services start
📚 Documentation Postman Collection

License

MIT © 2018-2026 FIWARE Foundation e.V.

About

📙 FIWARE 204: Provisioning the JSON IoT Agent

Topics

Resources

Stars

7 stars

Watchers

8 watching

Forks

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL