Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billiegoose/node-hubo-ach-readonly
This is a native C++ Node.js module to retrieve the Hubo state channel data from hubo-ach.
https://github.com/billiegoose/node-hubo-ach-readonly
Last synced: about 1 month ago
JSON representation
This is a native C++ Node.js module to retrieve the Hubo state channel data from hubo-ach.
- Host: GitHub
- URL: https://github.com/billiegoose/node-hubo-ach-readonly
- Owner: billiegoose
- License: mit
- Created: 2013-11-16T07:06:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T06:05:15.000Z (over 6 years ago)
- Last Synced: 2024-04-14T15:01:02.907Z (9 months ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hubo-ach-readonly
-----------------
This is a Node.js module to retrieve the Hubo state channel data from hubo-ach.
This module NEVER writes to the ach channels, so it is completely safe to use.To compile, run
```
npm build .
```To test, run
```
npm install performance-now
node run.js
```Release Notes:
--------------
0.1.4 - Bugfix release.
0.1.3 - Added support for power board and time.
0.1.2 - Added joint status (error flags) support
0.1.1 - Added IMU support
0.1.0 - Initial release