AIT-Core icon indicating copy to clipboard operation
AIT-Core copied to clipboard

TCP input stream support

Open cjjacks opened this issue 1 year ago • 0 comments

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

cjjacks avatar Mar 07 '24 21:03 cjjacks