cubehub / doppler

Command line utility that takes IQ data stream as input and produces doppler corrected output stream based on TLE
MIT License
51 stars 13 forks source link

Does not work on ARM #3

Closed andresv closed 8 years ago

andresv commented 8 years ago

Currently it does not work on 32 bit machines.

andresv commented 8 years ago

I turned out that Rust is not able to support C complex numbers correctly: https://github.com/rust-lang/rust/issues/10500#issue-22715435

andresv commented 8 years ago

Now it works on 32 bit x86: https://github.com/cubehub/doppler/commit/5504757bcaeaaa5c736b2474a4bed34a4eea35a0

However it does not work on ARM yet.

andresv commented 8 years ago

Fixed: https://github.com/cubehub/doppler/commit/b79dd85504a3598e6fa438ce3ceed4534a063588