A Rust library for parsing the status of the NASA Deep Space Network gathered from https://eyes.nasa.gov/dsn/dsn.html
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joey Hines b3fcafe944
Marked internal mods as public
8 months ago
data Initial commit 8 months ago
src Marked internal mods as public 8 months ago
.gitignore Initial commit 8 months ago
Cargo.toml Removed unused deps and added README and LICENSE 8 months ago
LICENSE Removed unused deps and added README and LICENSE 8 months ago
README.md Removed unused deps and added README and LICENSE 8 months ago

README.md

Rust DSN Parser

A Rust library for parsing the status of the NASA Deep Space Network gathered from https://eyes.nasa.gov/dsn/dsn.html.

This libray only handles parsing the XML response, the user application will need to handle fetching the current state of the network.