Several weeks ago, we posted a message seeking information about time sources.? There were many helpful and educational responses. An excerpt from one of the responses is included below.? We have been following up with regard to how SDR capabilities might be used for obtaining time using SDR dongles as well as using the time source product referenced in that response. Our SDR investigation has yielded many sources of information, but not a source dedicated to CentOS support for SDR products. Is there a CentOS subgroup and mail list directly involved with SDR device or system support? The SDR information resulting from our search has many references to ADS-B and the P3.? It is almost like one absolutely must have a P3 to make use of SDR products. One thing that we did not find was any reference at all to SDR products and software for monitoring the frequencies used by recreational Remote Controlled Aircraft. Thanks again for all the helpful system time responses.
Chris Olson wrote:> > Several weeks ago, we posted a message seeking information about > time sources.? There were many helpful and educational responses. > An excerpt from one of the responses is included below.? We have > been following up with regard to how SDR capabilities might be > used for obtaining time using SDR dongles as well as using the > time source product referenced in that response.<snip> I missed that one, so a clarification, please: is that software-defined-radio, or the SDR that ipmitool offers info on, or.... mark -- The great thing about standards is that there are so many of them....
Software Defined Radio On Wednesday, July 19, 2017 8:40 AM, "m.roth at 5-cent.us" <m.roth at 5-cent.us> wrote: Chris Olson wrote:> > Several weeks ago, we posted a message seeking information about > time sources.? There were many helpful and educational responses. > An excerpt from one of the responses is included below.? We have > been following up with regard to how SDR capabilities might be > used for obtaining time using SDR dongles as well as using the > time source product referenced in that response.<snip> I missed that one, so a clarification, please: is that software-defined-radio, or the SDR that ipmitool offers info on, or.... ? ? mark -- The great thing about standards is that there are so many of them.... _______________________________________________ CentOS mailing list CentOS at centos.org https://lists.centos.org/mailman/listinfo/centos
On 07/19/2017 11:02 AM, Chris Olson wrote:> We have been following up with regard to how SDR capabilities might be > used for obtaining time using SDR dongles as well as using the > time source product referenced in that response. > > ... > > One thing that we did not find was any reference at all to SDR > products and software for monitoring the frequencies used by > recreational Remote Controlled Aircraft. >GNUradio works well on CentOS 7, but it is a bit of an adventure to get it built. Marcus Leech's build-gnuradio.sh script works fine, and I've used it several times to build GNUradio on C7, both on x86_64 and on aarch64 (although I haven't performed that build on any of my ODROID C2s in some time and it really was a pain due to EPEL not being available for aarch64 at the time). I tried the PyBOMBS build, but it wasn't successful for me, so I reverted to the build-gnuradio.sh script. GNUradio supports a number of SDR dongles, including the RTL-SDR. An old version of GNUradio used to be in EPEL, but it's no there as of today. For general-purpose SDR work GNUradio is fine, but if you need deterministic latency you may be disappointed.