fiware-orion

Boost-Libboost is needed in Centos7 (ContexBroker)

旧时模样 提交于 2019-11-29 08:33:58
I am trying to install ContextBroker in Centos7: sudo rpm -i contextBroker-0.14.1-1.X86_64.rpm But I am getting the next error: error: Failed dependencies: libboost_filesystem-mt.so.5()(64bit) is needed by contextBroker-0.14.1-1.x86_64 libboost_system-mt.so.5()(64bit) is needed by contextBroker-0.14.1-1.x86_64 libboost_thread.so.5()(64bit) is needed by contextBroker-0.14.1-1.x86_64 Up to this point I thought that the solution was clear, lets install: sudo yum install boost boost-devel boost-doc But it was not functioning and Centos7 was giving me the same error. Then I though that maybe it was

Fiware - How to integrate Keyrock IdM, Wilma PEP Proxy and Orion Context Broker?

我只是一个虾纸丫 提交于 2019-11-28 14:20:36
I read all the documentation of Keyrock and Wilma and I watched all the videos in the FIWARE Academy, but I still do not get success in this integration. I am searching for this since a few days ago, but without success. I think the FIWARE documentation could have tutorials, hands on... I have a VM with Orion Context Broker and a container with Keyrock IdM and Wilma PEP Proxy. I am trying to generate an access token to grant access for an application, but I still did not get it. Besides, I would like to know how can I securely exchange messages between the Orion Context Broker and some IoT

Fiware - how to connect PEP proxy to Orion and configure both with HTTPS?

生来就可爱ヽ(ⅴ<●) 提交于 2019-11-28 09:23:38
问题 I am working with Orion and I try to protect the future apps using the PEP proxy and Keyrock, but I cannot find a way combine these 3 GE. All my base files are in this repository, although I have running Orion, Keyrock and Cygnus, I cannbot send requests using the PEP proxy. This is my docker-compose.yml file: version: "2" networks: fiware: driver: bridge services: # Base de datos Orion mongodb: image: mongo:3.4.7 hostname: mongodb container_name: mongodb expose: - "27017" ports: - "27018

Orion Context Broker Context subscriptions with Android client

纵饮孤独 提交于 2019-11-28 08:27:14
问题 Is it possible to make context subscriptions to Orion Context Broker resources from an Android application? For NGSI10 basic operations (updateContext and queryContext) I supose that any common android rest client can be used, but how can we subscribe through subscribeContext? Thanks in advance. 回答1: Disclosure: I'm the co-founder of Bastly Bastly is an open source solution , so you can deploy on your own instances our software and use it for free (AGPL2) The hacker plan is enough to test it

Boost-Libboost is needed in Centos7 (ContexBroker)

假如想象 提交于 2019-11-28 02:06:18
问题 I am trying to install ContextBroker in Centos7: sudo rpm -i contextBroker-0.14.1-1.X86_64.rpm But I am getting the next error: error: Failed dependencies: libboost_filesystem-mt.so.5()(64bit) is needed by contextBroker-0.14.1-1.x86_64 libboost_system-mt.so.5()(64bit) is needed by contextBroker-0.14.1-1.x86_64 libboost_thread.so.5()(64bit) is needed by contextBroker-0.14.1-1.x86_64 Up to this point I thought that the solution was clear, lets install: sudo yum install boost boost-devel boost

How to show an entity from in the Wirecloud MapViewer widget

只愿长相守 提交于 2019-11-26 22:08:48
问题 Well I'm trying to show the following entity: { "contextResponses" : [ { "contextElement" : { "type" : "City", "isPattern" : "false", "id" : "Miraflores", "attributes" : [ { "name" : "position", "type" : "coords", "value" : "-12.119816, -77.028916", "metadatas" : [ { "name" : "location", "type" : "string", "value" : "WSG84" } ] } ] }, "statusCode" : { "code" : "200", "reasonPhrase" : "OK" } } ] } Wiring NGSI Source and NGSI Entity to Poi operatiors with MapViewer widget (Insert/Update PoI),