Add --http-addr option to sensor_replay plugin.#691
Merged
Samahu merged 2 commits intoouster-lidar:masterfrom Feb 4, 2026
Merged
Add --http-addr option to sensor_replay plugin.#691Samahu merged 2 commits intoouster-lidar:masterfrom
Samahu merged 2 commits intoouster-lidar:masterfrom
Conversation
Samahu
approved these changes
Jan 30, 2026
Collaborator
|
Should we change the default address to 0.0.0.0? |
Contributor
Author
|
My immediate reaction is to keep it local for security reasons and make open access opt-in. That being said, the entire command is very opt-in, so maybe it's not so harmful. |
Collaborator
Yeah, since this is mainly a development aid feature I would also keep |
akatumalla-ouster
approved these changes
Feb 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issues & PRs
I am trying to use sensor_replay to create a virtual sensor to use with Ouster Detect.
I'm using the "add sensor by hostname" function to add the virtual sensor, which calls out the http address to validate that the sensor exists. I need this functionality to allow the sensor to be on another machine.
Summary of Changes
Add --http-addr option to the source_replay plugin and plumb it through to the server.
Validation
ouster-cli source -s replay.osf sensor_replay --loop true --udp-dest ouster-detect --http-addr 0.0.0.0Verify that the detect instance can add the sensor.