fiware - Orion Context Broker Context subscriptions with Android client -
is possible make context subscriptions orion context broker resources android application? ngsi10 basic operations (updatecontext , querycontext) supose common android rest client can used, how can subscribe through subscribecontext?
thanks in advance.
disclosure: i'm co-founder of bastly
bastly open source solution, can deploy on own instances our software , use free (agpl2)
the hacker plan enough test out without hassle of deploying instances, paid service based on how many concurrent users/messages send. don't hesitate ask startup plans, discounts, etc.
register apikey , can test out pushing objects our orion instance @ moment http://orion.bastly.com:1026/ , following doc https://github.com/bastly/bastly-sdk-android how updates based on channel. i'll make step-to-step guide orion in next week.
we working on allowing config own orion instance user panel, ready around next week
ping me on alex@bastly.com may need.
the specific code handles orion subscription pushes sockets on bastly/connector-rest:
https://github.com/bastly/connector-rest
we use zeromq send messages across platforms , translator zeromq socketio webs, chaski workers in charge of that:
https://github.com/bastly/chaski
and request handled through atahualpa decides forward messages using data bus , operations bus:
Comments
Post a Comment