FIWARE
Enlaces, documentación, recursos
- Para analizar las notificaciones que envía Cygnus:
- Webhook.site: Webhook.site allows you to easily test webhooks and other types of HTTP requests.
- PutsReq: PutsReq lets you record HTTP requests and fake responses like no other tool available.
- JSON Viewer
- FIWARE Step-by-Step Tutorials: This is a collection of tutorials for the FIWARE system. Each tutorial consists of a series of exercises to demonstrate the correct use of individual FIWARE components and shows the flow of context data within a simple Smart Solution either by connecting to a series of dummy IoT devices or manipulating the context directly or programmatically.
- FIWARE Github
- FIWARE Developers Catalogue: The FIWARE Catalogue is a curated framework of open source platform components which can be assembled together and with other third-party platform components to accelerate the development of Smart Solutions. The main and only mandatory component of any “Powered by FIWARE” platform or solution is the FIWARE Orion Context Broker Generic Enabler, which brings a cornerstone function in any smart solution: the need to manage context information, enabling to perform updates and bring access to context.
- Github FIWARE Catalogue
- FIWARE-NGSI v2 Specification
- Presentación de Fermín Galán - Orion Context Broker 20181218
- Thinking Cities
- Orchestrator - Apiary
- IoT Agent Provision API Documentacion - Apiary
- FIWARE Orion - Readthedocs
- FIWARE IoT Stack: punto de entrada a toda la documentación de FIWARE sobre el stack sw de IoT.
- Device API: documentación de los protocolos de dispositivo (UL2.0, MQTT)
- Quick start on device connection to the platform (with Ultralight 2.0): guia rápida sobre cómo conectar dispositivos IoT a la plataforma usando el protocolo Ultralight 2.0: registro del dispositivo, envío de medidas y envío de comandos al dispositivo.
- Cómo conectar una “cosa” por HTTP utilizando Ultralight 2.0: entrada del blog de Semotic, escrita por José Benitez, en la que explican cómo: Instalar, desplegar y configurar un stack IoT de FIWARE (IoT Agent UL y CB) usando docker y docker-compose; conectar un dispositivo Edison a la plataforma por UL2.0; conectar un sensor de temperatura y una pantalla LCD a la Edison; programar en Javascript (node.js) con el Intel SDK (en Mac); conectar un dashboard Freeboard a la plataforma.
- Cygnus Name Mappings: documentación sobre los name mappings de Cygnus, con varios ejemplos.