0.1.1 • Published 6 years ago

@dendra-science/goes-dds-client v0.1.1

Weekly downloads
2
License
BSD-2-Clause-Free...
Repository
github
Last release
6 years ago

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

  1. Be sure you have Node version 8.7.x. If you’re using nvm, you may need to nvm use 8.7.

  2. Clone this repo.

  3. Make this project directory the current directory, i.e. cd goes-dds-client.

  4. Install modules via npm install.

  5. If all goes well, you should be able to run the predefined package scripts.