Interplanetary telemetry compression
blog.klaehn.org
Interplanetary telemetry compression
1–10 of 16 posts
Re: Interplanetary telemetry compression
#2Re: Interplanetary telemetry compression
#3Re: Interplanetary telemetry compression
#4I wonder if sqlite was also considered here?
Re: Interplanetary telemetry compression
#5Sounds like a use case for zstd with custom dictionary.
I tried to get it to work, but had some trouble with the existing javascript bindings. I have only recently started developing in the javascript ecosystem.
PRs welcome...
Re: Interplanetary telemetry compression
#6Re: Interplanetary telemetry compression
#7Did the telemetry arrive in CCSDS format? Did you consider directly logging all of the CCSDS headers?
The raw CCSDS packet stream also gets stored, but given that the MCS systems are rather inflexible, they are not as valuable for general analysis.
Re: Interplanetary telemetry compression
#8I've seen some bugs and issues with the official go server, and didn't feel it was production ready.
Re: Interplanetary telemetry compression
#9What IPFS software are you using? I've seen some bugs and issues with the official go server, and didn't feel it was production ready.
For IPNS I am using the DNS txt record workaround until IPNS gets more stable. See http://blog.klaehn.org/2018/06/06/publish-blog-on-ipfs/ for how that works.
I am publishing the blog and several static pages on ipfs. So far it works really well.
Re: Interplanetary telemetry compression
#10Sounds like a use case for zstd with custom dictionary.
Yes, zstd is definitely on the todo list. The increased performance should be quite welcome on low power edge devices. I tried to get it to work, but had some trouble with the existing javascript bindings. I have only recently started developing in the javascript ecosystem. PRs welcome...