GithubHelp home page GithubHelp logo

firos's People

Contributors

ferherranz avatar haas85 avatar ikergune avatar jariza avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

firos's Issues

PUBLISH_FREQUENCY

Hello,

is there a reason why the PUBLISH_FREQUENCY has been set to 250 (4Hz)? Are there any reasons or concerns, why it shouldnt be set higher?

Thanks for your answer! :)

Unable to get data from Context Broker

Hi!
I am trying example on "s1" and "p1" topic provided.
I am able to send data to Context Broker, but actually I cannot receive data from it.
Should I check something on network?
Thanks!

examples

@haas85, @ferherranz and @jariza thanks for pushing this forward. Seems pretty promising.

Do you think it's possible to add an examples folder (ideally with some basic README content). That'll add a lot of value to potential users.

Thanks,

Storing the data sent via FIROS in Cygnus

Hi!
I have created a simple publisher/subscriber program in ROS where I send a message every second from one computer to another. FIROS works well, the data is transfered without any troubles and is received by a subscriber on second PC. However, I struggle to save the data in Fiware-Cygnus. I tried creating a device with exactly same parameters that I get everytime I query the sent data through FIROS in Fiware, but it was no use. Is there any other way to keep the data in Cygnus?

Here are the parameters of the sent data.

"contextResponses": [ { "contextElement": { "attributes": [ { "name": "COMMAND", "type": "COMMAND", "value": [ "chatter" ] }, { "name": "chatter", "type": "std_msgs.msg.String", "value": "{%27firosstamp%27: 1528282566.879989, %27data%27: %27Wake up, Neo 1528282566.88%27}" } ], "id": "talker", "isPattern": "false", "type": "ROBOT" }, "statusCode": { "code": "200", "reasonPhrase": "OK" } } ] }

And here are the attr-s I used to register new device in Cygnus:

curl -X POST --url "http://192.168.0.104:4041/iot/devices" -H 'Content-Type: application/json' -H 'Fiware-service: OpenIoT' -H 'Fiware-servicepath: /Robs' -d '{ "devices": [{ "device_id": "talker", "protocol": "IoTA-UL", "entity_name": "talker", "entity_type": "ROBOT", "timezone": "Europe/Rome", "attributes": [ {"object_id": "c", "name": "chatter", "type": "std_msgs.msg.String"}, {"object_id": "CO", "name": "COMMAND", "type": "chatter"} ], "static_attributes": [ {"name": "RobPosition", "type": "string", "value": "Talker1"} ] }] }'

Thank you in advance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.