@dendra-science/goes-dds-client
v0.1.1
Published
DDS (DCP Data Service) client for accessing the GOES DCS.
Downloads
2
Readme
GOES DDS Client
Provides a simple client class that communicates with the GOES Data Collection System using the DDS (DCP Data Service) protocol. Allows a basic set of request/response messages to be sent/received over TCP sockets to authenticate and retrieve data.
Instructions
Be sure you have Node version 8.7.x. If you’re using nvm, you may need to
nvm use 8.7
.Clone this repo.
Make this project directory the current directory, i.e.
cd goes-dds-client
.Install modules via
npm install
.If all goes well, you should be able to run the predefined package scripts.