Skip to content

Zenoh bridge#133

Open
jr1221 wants to merge 3 commits into
mainfrom
zenoh-bridge
Open

Zenoh bridge#133
jr1221 wants to merge 3 commits into
mainfrom
zenoh-bridge

Conversation

@jr1221

@jr1221 jr1221 commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Changes

Explanation of changes goes here

Added:

  • MQTT bridge module for stage 1 of zenoh impl
  • Zenoh handler to eventually replace MQTT handler

Notes

Any other notes go here

There is code duplication between mqtt_handler, zenoh_bridge, and zenoh_handler. I do not care because I fully expected mqtt_handler and zenoh_bridge to be deprecated and eventually deleted.

Test Cases

  • Case A
  • Edge case
  • ...

To Do

Any remaining things that need to get done

  • item 1
  • ...

Checklist

It can be helpful to check the Checks and Files changed tabs.
Please reach out to your Project Lead if anything is unclear.
Please request reviewers and ping on slack only after you've gone through this whole checklist.

  • No merge conflicts
  • All checks passing
  • Remove any non-applicable sections of this template
  • Assign the PR to yourself
  • Request reviewers & ping on Slack
  • PR is linked to the ticket (fill in the closes line below)

Closes # (issue #)

@jr1221
jr1221 marked this pull request as ready for review July 11, 2026 02:40
Comment thread src/zenoh_handler.rs
.as_millis() as u64;
warn!("HV status permanently set on!!");
if let Err(err) =
std::fs::create_dir(format!("{}/event-{}", SAVE_LOCATION.get().unwrap(), time))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aren't you already doing this logic in the receive handler of the zenoh processor?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes there is some code copy paste but the reason this exists is because oft he augment HV on flag. It initializes the library pretending such a message was received at boot.

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.

2 participants