Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidjenni/sark110-node
node.js library to communicate with SARK110 antenna analyzer
https://github.com/davidjenni/sark110-node
Last synced: 6 days ago
JSON representation
node.js library to communicate with SARK110 antenna analyzer
- Host: GitHub
- URL: https://github.com/davidjenni/sark110-node
- Owner: davidjenni
- License: mit
- Created: 2014-05-04T14:56:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-04T15:00:00.000Z (over 10 years ago)
- Last Synced: 2024-10-18T05:57:41.957Z (about 1 month ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sark110-node
============Library (and sample app) to communicate with the [SARK100 RF antenna analyzer](http://sark110.ea4frb.eu/), designed by EA4FRB.
## Install
not in npm registry yet, so install from github:$ git clone https://github.com/davidjenni/sark110-node.git
$ cd sark110-node
$ npm install## Start as app:
Plugin USB cable between your SARK110 analyzer and PC. Turn on analyzer, then launch:$ npm start
## Tests
runs jshint and mocha tests:$ npm test
## License
[The MIT License](http://opensource.org/licenses/MIT)
Copyright (c) W7CF [email protected]