8000 GitHub - dergudzon/RoSeMAN: node.js software with substrate blockchain sensors data collector function
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dergudzon/RoSeMAN

 
 

Repository files navigation

Robonomics Sensors Measure Analytics and Archive Node (RoSeMAN)

node.js software with substrate blockchain sensors data collector function!

Setup

You need to clone the repository.

$ git clone https://github.com/airalab/RoSeMAN.git

Create configuration files.

$ cp config.template.json config.json
$ cp agents.template.json agents.json

!!! The work requires the Mongodb Database server.

If necessary, change access to the database in the configuration file config.json.

Make a white list of addresses, parachane accounts, from which we will collect data in the agents.json file.

Install requirements.

$ yarn install

Building

$ yarn build

Run server

$ yarn start

Web server launched at http://127.0.0.1:3000

As a user client, you can connect this service to sensors map.

Bug Reports

See https://github.com/airalab/RoSeMAN/issues

Learn

Wiki

About

node.js software with substrate blockchain sensors data collector function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0