Skip to content

TCP input stream support #517

Open
Open
@cjjacks

Description

Add a TCP client as an input stream option. This would add the capability to natively connect with some SDRs that serve TLM data via TCP.

The specification might look something like:

            - stream:
                name: telem_stream
                input:
                    - '1.2.3.4' # remote host
                    - 3076 # remote port
                handlers:
                    - name: ait.core.server.handlers.foo
                      packet: foo

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions