can-you-hear-me-now upd8
This commit is contained in:
parent
a3f496f677
commit
cb5b0d1fab
|
@ -14,7 +14,7 @@ by [erin (`barzamin`)](https://imer.in).
|
|||
|
||||
The provided zip file contains `telemetry.xcte`, an [XTCE](https://www.omg.org/xt) file defining the telemetry protocol streaming from the challenge server.
|
||||
|
||||
XTCE is a XML-based protocol description format, used to provide a machine-readable definition of the bit layout in a telemetry stream. I could use COSMOS to load this XTCE definition, but instead I just figured out what the XTCE file meant (without really reading the XTCE specification, because nobody has time for that) and wrote a quick decoder by hand.
|
||||
XTCE is a XML-based protocol description format, used to provide a machine-readable definition of the bit layout in a telemetry stream. I could use COSMOS to load this XTCE definition, but instead I just figured out what the XTCE file meant (without really reading the XTCE specification, because nobody has time for that) and wrote a quick decoder by hand. I have never touched XTCE before this and only briefly looked at CCSDS during a rocketry project for school before deciding not to use it, so any knowledge I have about it comes from things like "google" and "[NASA presentations from 2008](https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20090017706.pdf)" and "definitely legitimately obtained specification pdfs".
|
||||
|
||||
I captured some telmetry data from the server by running
|
||||
```
|
||||
|
@ -108,4 +108,5 @@ MhhNPaA9t7Iay8GY6CdGUwrYVa_AetBJEqJ6XO1XHl0kbHA}OP`P<
|
|||
|
||||
## Resources and other writeups
|
||||
- https://www.omg.org/xt
|
||||
- https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20090017706.pdf
|
||||
- https://bitstring.readthedocs.io/
|
||||
|
|
Loading…
Reference in New Issue