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

Support connecting to BMP devices via TCP #1941

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 27, 2024

  1. hosted: support network connections on unix

    If a device is specified as 'hostname:service', try connecting to it via
    TCP if we fail to connect to a real device.
    
    This enables using BMDA over a network connection.
    
    Signed-off-by: Sean Cross <[email protected]>
    xobs committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    68f28d8 View commit details
    Browse the repository at this point in the history
  2. hosted: support network connections on windows

    This adds Windows support for remote BMDA targets.
    
    Signed-off-by: Sean Cross <[email protected]>
    xobs committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1717776 View commit details
    Browse the repository at this point in the history