Registry / other / rtlsdr

rtlsdr

JSON →
library2.0.2vcpkgunverified

rtl-sdr is a library that turns your Realtek RTL2832 based DVB dongle into a SDR receiver

vcpkg install rtlsdr
INSTALL
IMPORT
SIG · RTLSDR
R
rtlsdr
othercppv2.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rtl-sdr.h
#include <rtl-sdr.h>

Count available RTL-SDR devices

#include <rtl-sdr.h> #include <stdio.h> int main() { uint32_t dev_count = rtlsdr_get_device_count(); printf("Found %u devices\n", dev_count); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

rtlsdr — pip install rtlsdr · libregistry