You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Adds a TCP client and server option to input streams
- Updates docunmentation with new input specifications
- Adds client specific tests
- Adds additional stream tests
- Formatting
cjjacks
added a commit
to cjjacks/AIT-Core
that referenced
this issue
Jul 26, 2024
- Adds a TCP client and server option to input streams
- Adds option to use 0.0.0.0 for server binding
- Adds TCP to output clients and the ability to send to a remote host
- Adds factory methods to determine the correct stream to instantiate based on config
- Updates docunmentation with new input/output specifications
- Adds client specific tests
- Adds additional stream tests
- Repo wide formatting from bringing in pre-commit changes
- Temporarily disables python 3.7 tests
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:
The text was updated successfully, but these errors were encountered: