UNPKG

nmea-streamer

Version:

The plugin streams a file with NMEA0183 messages to the SignalK server at a configurable speed. It also provides a web app with play controls.

39 lines (38 loc) 1.09 kB
{ "name": "nmea-streamer", "version": "2.2.0", "description": "The plugin streams a file with NMEA0183 messages to the SignalK server at a configurable speed. It also provides a web app with play controls.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "aswin.bouwmeester@gmail.com", "license": "ISC", "dependencies": { "cors": "^2.8.5", "fs": "^0.0.1-security", "net": "^1.0.2", "readline": "^1.3.0", "signalk-server": "^1.0.0", "socket.io": "^4.8.1" }, "repository": { "type": "git", "url": "git+https://github.com/Asw1n/NMEA0183-log-streamer.git" }, "bugs": { "url": "https://github.com/Asw1n/NMEA0183-log-streamer/issues" }, "homepage": "https://github.com/Asw1n/NMEA0183-log-streamer#readme", "signalk": { "appIcon": "./play.png", "displayName": "NMEA streamer" }, "keywords": [ "signalk-webapp", "signalk-node-server-plugin", "signalk-category-nmea-0183", "signalk-category-utility" ], "signalk-plugin-enabled-by-default": true }