osp-parser
Version:
A simple packet parser for Optin Kft's OSP (http://www.optin.hu/products/optin-sensor-protocol).
23 lines (22 loc) • 595 B
JSON
{
"name": "osp-parser",
"version": "0.0.13",
"description": "A simple packet parser for Optin Kft's OSP (http://www.optin.hu/products/optin-sensor-protocol).",
"repository": "https://github.com/riblee/osp-parser",
"main": "index.js",
"author": "János Dániel Reibl <jani.reibl3@gmail.com>",
"bugs": {
"url": "https://github.com/riblee/osp-parser/issues",
"email": "jani.reibl3@gmail.com"
},
"homepage": "http://riblee.github.io/osp-parser",
"dependencies": {
"underscore": "^1.8.3"
},
"keywords": [
"osp",
"parser",
"network",
"sensor"
]
}