We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question

philg's profile - activity

2016-03-17 17:15:23 +0200 received badge  Famous Question (source)
2016-03-07 20:01:52 +0200 received badge  Notable Question (source)
2016-02-25 13:31:50 +0200 received badge  Popular Question (source)
2016-02-17 08:26:41 +0200 answered a question create/update/subscribe pattern Use case Orion --> cygnus Fiware

Hello fermin thanks for the answer

well, i think different points are not clear for me .....

My SW context :

     - I run a docker orion (version 0.27.0-next) in debug mode 

     - i run a compiled  fiware-cygnus-0.11.0  locally( works well  when i send a notif to http://localhost:5050/notify, my  CKAN sink receive the notif) .. good

The first issue is about V1 or V2 , not clear for me ...

i have registrated a subscription with v2 prefix

curl localhost:1026/v2/subscriptions -s -S --header 'Content-Type: application/json' --header 'Accept: application/json' -X POST-d @- | python -mjson.tool) <<eof {="" "expires":="" "2016-02-18t01:00:00.00z",="" "notification":="" {="" "attributes":="" [="" "temperature",="" "humidity"="" ],="" "callback":="" "http:="" localhost:5050="" notify",="" "throttling":="" 1="" },="" "subject":="" {="" "condition":="" {="" "attributes":="" [="" "temperature="" "="" ],="" "expression":="" {="" "q":="" "temperature="">40" } }, "entities": [ { "id": "Bcn-Welt5", "type": "Room" } ] } } EOF

i see it in the subscription list ...... with curl localhost:1026/v2/subscriptions .......

so want to create/update entities . So i use v1 or v2 for entities ?

best regards phil

2016-02-17 06:32:28 +0200 received badge  Student (source)
2016-02-17 04:03:17 +0200 asked a question create/update/subscribe to entities on an Orion Fiware Instance

i would like to create/update some entities on a running instance of fiware ( ex orion.lab.fi-ware.org ?) and then subscribe to the modifis of these entities , notifyng my fiware-cygnus instance ...

is there any available instance on the web for this testing ?

phil

best regards

2016-02-17 04:03:16 +0200 asked a question create/update/subscribe pattern Use case Orion --> cygnus Fiware

Hello, i would like to create and then update an entity regularly . And then subscribe to modifications , sending these modifs to my runnning fiware-cygnus handler ( via http notify)

is it possible to use a running orion instance ( ie http://orion.lab.fiware.org:1026) to experiment this Use Case

Thanks phil

2016-02-17 01:32:55 +0200 received badge  Enthusiast