@dendra-science/goes-dds-client

DDS (DCP Data Service) client for accessing the GOES DCS.

Usage no npm install needed!

<script type="module">
  import dendraScienceGoesDdsClient from 'https://cdn.skypack.dev/@dendra-science/goes-dds-client';
</script>

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

  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.