fbieberly / ORBCOMM-receiver

A software decoder for ORBCOMM satellite transmissions.
MIT License
73 stars 9 forks source link

RTL_TCP ? #6

Closed jeffreypkelly closed 3 years ago

jeffreypkelly commented 3 years ago

Recording and Decoding on a MacBook Pro. Any chance you can create a version that connects to a rtl_tcp client so that I can use a rpi with rtlsdr dongle on my network? TY!

fbieberly commented 3 years ago

Hi. There are two solutions to this. The first, is you can try the rtl_tcp branch of this repo. It should do what you want. Instructions are in the readme: https://github.com/fbieberly/ORBCOMM-receiver/tree/rtl_tcp#real-time-recording-and-decoding-from-remote-rtl-sdr Second option is my other implementation of this decoder. It is written in C and should work well on any 3B or later rpi. https://github.com/fbieberly/ORBCOMM-receiver-lite

Hope that works for you.

jeffreypkelly commented 3 years ago

TY! Didn't notice that.