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

Conversation

xobs
Copy link
Contributor

@xobs xobs commented Sep 26, 2024

Detailed description

TCP connections can behave similarly to sockets on all supported platforms. This patch allows for specifying "address:port" on Linux, Windows, and Mac for connecting to a remote device.

Currently this has been tested with Farpatch, however future versions could allow inception debugging wherein low-level commands are forwarded from BMDA to the target, which could even be a second instance of BMDA.

Your checklist for this pull request

@xobs xobs force-pushed the bmda-tcp-support branch 3 times, most recently from cebab7f to 46f699a Compare September 27, 2024 06:03
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]>
This adds Windows support for remote BMDA targets.

Signed-off-by: Sean Cross <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant