Skip to content

Instantly share code, notes, and snippets.

@izqui
Last active December 22, 2015 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save izqui/6425388 to your computer and use it in GitHub Desktop.
Save izqui/6425388 to your computer and use it in GitHub Desktop.
Fiware Resources
Resources:
http://www.fi-ware.eu/campus-party-europedeveloping-your-first-application-workshop/
https://gist.github.com/fgalan/6422169
https://www.dropbox.com/sh/iszgi1507jqimok/3ij6bOLD7U
https://www.dropbox.com/sh/56x5caysr08zfpx/GY0sRQWzqz
http://github.com/wirecloud/wirecloud
Disclaimer. This docu is shit, ask Jorge if you don't understand something :P
#MASHUP:
Idea of building LEGO blocks.
####Widgets
The core woudl be wirecloud, which is the frontend for the user. Is made of widgets, some are provided or we can build them.
They provide the thing.
From the widget we can connect to our own backend.
Very well suited for Real time graphs.
There's a JS API to build widgets.
A widget is a ZIP file ends in .wtg
You need a config.xml (like package.json) metadata.
In config.xml you can define the preferences that will appear in the top right of the widget.
WIRING endpoints (Connection between widgets): you can register callbacks and the output them. Yo
They have built a Proxy to bypass XSS
Then there's the context broker, which manages the contents. You can subscribe (webhooks)
###IOT
We are getting a Raspi and a kit. Woohooo!
They have a wirecloud widget, so we can access it using fiware
Follow the slides to configure raspi and sensors, but it looks really straight forward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment