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

address doesn't seem to have an effect in the websocket bridge #904

Open
dignakov opened this issue Jan 28, 2024 · 0 comments
Open

address doesn't seem to have an effect in the websocket bridge #904

dignakov opened this issue Jan 28, 2024 · 0 comments
Labels

Comments

@dignakov
Copy link

Description
When launching the ros1 bridge, setting the address does not seem to restrict connections on other addresses. For example, setting it to 127.0.0.1 should only allow connections from the same machine, but I'm able to connect from other computers on the network. Similarly, setting it to an address on one network, allows connections from computers on that network and from other networks.

I compared this with the Foxglove bridge, which works as expected.

Is this a bug, or am I doing something wrong?

  • Library Version: built from current ros1 branch
  • ROS Version: Noetic
  • Platform / OS: Ubuntu 20.04

Steps To Reproduce
(1) start roscore
(2) start anything that publishes data
(3) roslaunch the websocket bridge with an ip address speciefied

Expected Behavior
(4) connections should only be accepted on that interface

Actual Behavior
(4) connections are accepted on any interface

@dignakov dignakov added the bug label Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant