Skip to content

support for RtlSdrTcpClient #12

@evcatalyst

Description

@evcatalyst

would like to have support to enable an external rtl_tcp server connection. for example I have a raspberry pi with an rtlsdr dongle on it, and want to remotely access it to scan frequencies. I really like what you have done.

I have tried to modify it to switch the device = rtlsdr.RtlSdr() to device = rtlsdr.rtlsdrtcp.RtlSdrTcpClient(hostname=...) but it seems you are doing some probing of the device. would be good to have an escape hatch that allows you to add the hostname/ip into the config.json and it will bypass the device centric probing/enumeration, etc and get right to the scanning..

i like what you have put together, let me know if you have any questions on this, more than happy to help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions