Giter VIP home page Giter VIP logo

idotas-mobilityhackathonlisbon's Introduction

[Mercedes-Benz.io] idOTAS - disIOTAllow

Installation

Clone this repository and then execute

npm i

How to use the app

  • Go to the /lib folder and run node fetchRestricted-websocket.js.

  • Test with root=DWQGBF9KHYXDBJGBA9CSLCWDWNUSCCMTPQZXMWVHCFRQAYNUYB9JXPOZVDZLVFENOHKX9AEOYTXBNDQXN and sidekey=PASSWORD on the app inputs(/app/index.html).

How to start a sensor

  • Go to the /examples folder and run node sensor-fuel.js [time] [mode].

time: time for loop in seconds

mode: can be 3 (Public: 1, Private: 2, Restricted: 3)

i.e. (Send data in private mode each 15 seconds)

node sensor-fuel.js 15 2

How to read data from a sensor

  • Go to the /lib folder and run node fetchRestricted.js [root] [sidekey].

root: works as the message identifier

sidekey: the key to decrypt the message (when in restrict mode)

i.e. (Fetch data starting on root sequentially)

node fetchRestricted.js DWQGBF9KHYXDBJGBA9CSLCWDWNUSCCMTPQZXMWVHCFRQAYNUYB9JXPOZVDZLVFENOHKX9AEOYTXBNDQXN PASSWORD

Technical details

  • IOTA is a distributed ledger that is built to power the Machine Economy through fee-less micro-transactions and data integrity.
  • MAM (Masked Authenticated Message) is a second layer data communication protocol which adds functionality to emit and access an encrypted data stream (like RSS)
  • MAM Channel is where a user/sensor publishes his message/data. Followers of this channel can view data when published or followed all the channel stream.
  • The Channel can be either publick, private or restricted.

idotas-mobilityhackathonlisbon's People

Stargazers

 avatar

Watchers

 avatar  avatar

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.