{"_id":"@codekilo/signalk-iso19848","_rev":"1-84ff5de4dd9bed7307ddc2c9a8a884d9","name":"@codekilo/signalk-iso19848","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@codekilo/signalk-iso19848","version":"0.1.0","description":"convert signalk data into iso19848","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/codekilo/signalk-iso19848.git"},"keywords":["signalk-node-server-plugin"],"author":{"name":"Albert Smit","email":"albertsmit93@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/codekilo/signalk-iso19848/issues"},"homepage":"https://github.com/codekilo/signalk-iso19848#readme","dependencies":{"lodash":"^4.17.15","xml2js":"^0.4.23"},"gitHead":"295e4856421e35fc7d9caa3b28c78cf337fe114e","_id":"@codekilo/signalk-iso19848@0.1.0","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"integrity":"sha512-gEaeUVKb5u7rKeiJwStPu4FwJasaHBhTQ+5+pKaul6oOgCOTu8E+cm0yjdyRQybnABaqSdCE7M0FWhIV8ra7nQ==","shasum":"326dfadf4ddd726cc57fa5ae96d4329af9cd188f","tarball":"https://registry.npmjs.org/@codekilo/signalk-iso19848/-/signalk-iso19848-0.1.0.tgz","fileCount":8,"unpackedSize":10879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6h64CRA9TVsSAnZWagAAHtEP/16uM4Ing6YzDedCs+xs\nwIxNiJoh1j17/a/T4XX3kZUh3+bLAjnlJfTSC2rIPDlQdVGU6SixEvDsyuB5\nzTSO8ctcUV5mX2Z0/4mTiR0IXwOY48yrT0vN36hLMvf6N235T0rEkkDf6ltq\n+3aTZfT0HNOnphUd8Q1BHPB20qwe96I+bH1lDHqCRq2xudj8AFhm3qc1PPlF\n5mZn/1N883j+BS9kpJT3NDyVQCLy5ugHUGkylHsWTB+jACw08KwMZNjLeIIN\nSLPb3XnsfTqqhH6BTjlwzoO7DTZ6M/2YD8OxBLxXbELaAs2DayJql6aolHjb\nn8c+LLHzGdmjVfTQ2EXBdz5afNIt2PdAx2S5WEQxHOukXRbyW1bL/TdW9FqF\nnVWjtvR3iYDwGbBXP2Hq6AwtbX/jQNbrqzZUftW182FeYKo4HOzFtGyRIjDY\noHrTbhhfCFp1A4FwmfYFSxWoK6Pd5kfNSBz77apnT/bLp0iZ3om0vF/qf4bX\nt7sXPNFWv/ktwxUiJnQEaUJRcThHDjXbn8gb+ZpsBy9vIdf5aw9JugSWWwqh\n5jiec2O65gII9VN5+lzV8uAu/dD1JZQusSBpOC95sHNP1Jsvo+0Hxmgy+N2E\nPG+cIZMqargnJsDcOo69g49smOJAf+G3asdEZDaOEdxosjedH9awh2KALLZb\ngIAt\r\n=WfXb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCVdSfBRVg4BO7TAn7dOgnvNtiBdNrJFodMZURE+75CogIhAKigA8NKRHDboaxtMm3qiT7cJMLA3+gBdz8T8j6gUIz6"}]},"maintainers":[{"name":"albert-smit","email":"albertsmit93@gmail.com"},{"name":"munnik","email":"martijndemunnik@protonmail.com"}],"_npmUser":{"name":"albert-smit","email":"albertsmit93@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/signalk-iso19848_0.1.0_1592401592482_0.9541631207052066"},"_hasShrinkwrap":false}},"time":{"created":"2020-06-17T13:46:32.212Z","0.1.0":"2020-06-17T13:46:32.598Z","modified":"2022-04-05T00:03:10.948Z"},"maintainers":[{"name":"albert-smit","email":"albertsmit93@gmail.com"},{"name":"munnik","email":"martijndemunnik@protonmail.com"}],"description":"convert signalk data into iso19848","homepage":"https://github.com/codekilo/signalk-iso19848#readme","keywords":["signalk-node-server-plugin"],"repository":{"type":"git","url":"git+https://github.com/codekilo/signalk-iso19848.git"},"author":{"name":"Albert Smit","email":"albertsmit93@gmail.com"},"bugs":{"url":"https://github.com/codekilo/signalk-iso19848/issues"},"license":"MIT","readme":"# SignalK-iso19848\nThis plugin is designed to offer the data on the signalk server in a format compatible with ISO 19848\n\n## Use\n\nThe plugin provides a few REST endpoints\n\n### GET /signalk/v1/api/iso19848/datachannelist.xml\nThis is the data channel list mapping shortIDs used in the timeseries format to readable paths\n\n\n### GET /signalk/v1/api/iso19848/\\<path\\>\nThis will return the current values for all signalk paths that start with the path in the URL.\nAll values are from the self vessel in signalk\nleaving path empty will result in all paths being returned\n\n## Development\n\nTo install the plugin for development first clone the repository and link the npm module:\n\n```\n$ git clone\n$ cd signalk-iso19848\n$ sudo npm link\n```\n\nThen go to the SignalK configuration directory (probably `~/.signalk`)  and link the module again:\n\n```\n$ cd .signalk \n$ npm link @codekilo/signalk-iso19848\n```","readmeFilename":"README.md"}