@dendra-science/csi-ldmp-client
v0.0.3
Published
LDMP (Logger Data Monitoring Protocol) client for receiving LoggerNet records.
Downloads
3
Readme
CSI LDMP Client
Provides a simple client class that communicates with Campbell Scientific's LoggerNet LDMP (Logger Data Monitoring Protocol) server. Allows a client specification to be sent, and data records to be received over a TCP socket.
Instructions
Be sure you have Node version 6.11.x. If you’re using nvm, you may need to
nvm use 6.11
.Clone this repo.
Make this project directory the current directory, i.e.
cd csi-ldmp-client
.Install modules via
npm install
.If all goes well, you should be able to run the predefined package scripts.