Lucas Teske

Results 78 comments of Lucas Teske

Just confirmed that it does work issuing a remove in root bridge as @smunaut pointed out. Just need to be carefull for Allocated BAR size, which kernel doesnt always find...

Same here. Installed with cargo instead of npm then it worked until I got #1464 lol

Sure, let me know then! About the parameters, I used the ones from my SatHelperApp decoder. These seen to work fine for overall usage of GOES. GOES postprocessing is a...

The heavy part from GOES is the image processing. People like false color, and for 25 megapixel images, thats cpu / memory intensive (thats why in raspbery pi they disable...

@3Domse3 only in this PR and you need to build it yourself.

> > @3Domse3 only in this PR and you need to build it yourself. > > Whats a PR? Is there a beginner-friendly guide for building on Windows by any...

Try compiling the libcorrect manually, usualy the distros doesn't ship the libcorrect with the SSE bindings. You can also use the OpenSatelliteProject PPA for installing ubuntu packages: https://launchpad.net/~opensatelliteproject/+archive/ubuntu/ppa

@vk3-hca I usually use this for compiling: https://github.com/librtlsdr/librtlsdr I'm not sure the myriadrf ppa are up to date. The CI itself builds LimeSuite and librtlsdr from scratch: https://github.com/opensatelliteproject/SatHelperApp/blob/master/.travis.yml#L15-L39

Btw I would suggest using SatHelperApp instead of xritdecoder / demod and goesdump. Its a all in one application with better features: https://github.com/opensatelliteproject/SatHelperApp Its available on snap, so no need...

Partially fixed by https://github.com/opensatelliteproject/goesdump/pull/55