Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fiware/tutorials.iot-sensors
:orange_book: FIWARE 201: Introduction to IoT Sensors
https://github.com/fiware/tutorials.iot-sensors
fiware fiware-iot-agents iot tutorial ultralight
Last synced: about 3 hours ago
JSON representation
:orange_book: FIWARE 201: Introduction to IoT Sensors
- Host: GitHub
- URL: https://github.com/fiware/tutorials.iot-sensors
- Owner: FIWARE
- License: mit
- Created: 2018-05-16T10:47:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T14:51:24.000Z (3 months ago)
- Last Synced: 2024-08-08T16:41:18.979Z (3 months ago)
- Topics: fiware, fiware-iot-agents, iot, tutorial, ultralight
- Language: Shell
- Homepage: https://fiware-iotagent-ul.readthedocs.io/
- Size: 926 KB
- Stars: 10
- Watchers: 10
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![FIWARE Banner](https://fiware.github.io/tutorials.IoT-Sensors/img/fiware.png)](https://www.fiware.org/developers)
[![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)
[![License: MIT](https://img.shields.io/github/license/fiware/tutorials.IoT-Sensors.svg)](https://opensource.org/licenses/MIT)
[![Support badge](https://img.shields.io/badge/tag-fiware-orange.svg?logo=stackoverflow)](https://stackoverflow.com/questions/tagged/fiware)
[![UltraLight 2.0](https://img.shields.io/badge/Payload-Ultralight-27ae60.svg)](https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual)These tutorials are an introduction to IoT devices and the usage of the
[UltraLight 2.0](https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual)
Protocol for constrained devices. The tutorial introduces a series of dummy IoT devices which are displayed within the
browser and allows a user to interact with them. A complete understanding of all the terms and concepts defined in this
tutorial is necessary before proceeding to connect the IoT devices to the Context Broker via a real IoT Agent.The tutorial uses [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-Sensors.git
cd tutorials.IoT-Sensors
git checkout NGSI-v2./services create
./services start
```| [![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-Sensors/tree/NGSI-v2) | [Postman Collection](https://fiware.github.io/tutorials.IoT-Sensors/) | ![](https://img.shields.io/github/last-commit/fiware/tutorials.IoT-Sensors/NGSI-v2)
| --- | --- | --- | ---## 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-Sensors.git
cd tutorials.IoT-Sensors
git checkout NGSI-LD./services create
./services start
```| [![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-Sensors/tree/NGSI-LD) | [Postman Collection](https://fiware.github.io/tutorials.IoT-Sensors/ngsi-ld.html) | ![](https://img.shields.io/github/last-commit/fiware/tutorials.IoT-Sensors/NGSI-LD)
| --- | --- | --- | ------
## License
[MIT](LICENSE) © 2018-2024 FIWARE Foundation e.V.