Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/telefonicaid/fiware-device-simulator
Simulator of FIWARE-compatible devices (UltraLight 2.0, JSON & NGSIv2)
https://github.com/telefonicaid/fiware-device-simulator
Last synced: 2 months ago
JSON representation
Simulator of FIWARE-compatible devices (UltraLight 2.0, JSON & NGSIv2)
- Host: GitHub
- URL: https://github.com/telefonicaid/fiware-device-simulator
- Owner: telefonicaid
- License: agpl-3.0
- Created: 2016-11-08T11:30:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T11:43:30.000Z (12 months ago)
- Last Synced: 2024-08-02T01:21:17.635Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 479 KB
- Stars: 8
- Watchers: 19
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES_NEXT_RELEASE
- License: LICENSE
Awesome Lists containing this project
- awesome - FIWARE Device Simulator - A tool which mimics Ultralight and JSON IoT Agent interactions. (Open-Source FIWARE from third parties / Processing)
README
# FIWARE Device Simulator
[![License badge](https://img.shields.io/badge/license-AGPL-blue.svg)](https://opensource.org/licenses/AGPL-3.0)
[![Documentation badge](https://readthedocs.org/projects/fiware-device-simulator/badge/?version=latest)](http://fiware-device-simulator.readthedocs.io/en/latest/)
[![Docker badge](https://img.shields.io/docker/pulls/fiware/device-simulator.svg)](https://hub.docker.com/r/fiware/device-simulator/)
[![Support badge]( https://img.shields.io/badge/support-sof-yellowgreen.svg)](http://stackoverflow.com/questions/tagged/fiware-device-simulator)The FIWARE Device Simulator is a tool which makes it possible to interact with the FIWARE ecosystem of components simulating devices and other elements which may communicate with FIWARE components.
More concretely, the FIWARE Device Simulator includes the following capabilities:
1. Making update context requests to [Context Broker](https://github.com/telefonicaid/fiware-orion) instances via NGSI v1 and NGSI v2.
2. Making notification requests to subscribers of context data managed by [Context Broker](https://github.com/telefonicaid/fiware-orion) instances (currently only NGSI v1 notifications are supported).
3. Simulating devices supporting the UltraLight 2.0 and the JSON format via HTTP and MQTT interacting with [UltraLight](https://github.com/telefonicaid/iotagent-ul) and [JSON](https://github.com/telefonicaid/iotagent-json) IoT Agents.
4. Automatic authorization and token management to interact with secured components and infrastructures.
5. Possibility to run the simulations in real time and fast-forward modes.
6. Possibility to visualize the evolution of the simulations in [Freeboard.io](http://freeboard.io/) dashboards.For further information please visit: the official [FIWARE Device Simulator documentation](https://fiware-device-simulator.readthedocs.io) at ReadTheDocs.
## Run it with docker compose
* [Docker compose instructions](doc/manuals/run-with-docker.md)## Licence
The FIWARE Device Simulator is licensed under Affero General Public License (GPL) version 3.
## Contact
* Germán Toro del Valle ([[email protected]](mailto:[email protected]), [@gtorodelvalle](http://www.twitter.com/gtorodelvalle))