Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #517 - TCP Input Support #521

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 26, 2024

  1. Issue NASA-AMMOS#517 - TCP input/output support

    	- 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
    cjjacks committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    e455afe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e02c7f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b33df74 View commit details
    Browse the repository at this point in the history