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

Add support for pubsub multicast #522

Merged
merged 5 commits into from
Jul 27, 2023
Merged

Add support for pubsub multicast #522

merged 5 commits into from
Jul 27, 2023

Conversation

OlivierHecart
Copy link
Contributor

@OlivierHecart OlivierHecart commented Jul 24, 2023

Performed checks:

  • Interoperability with pico
  • Routing (TCP_client <-> Router <-> UDPMulticast_peer)
  • No perf regression in P2P TCP throughput

Current limitations :

  • No support for queries
  • The TransportManager API has not been improved (Transport Enum, etc ...)

io/zenoh-links/zenoh-link-udp/src/multicast.rs Outdated Show resolved Hide resolved
io/zenoh-transport/src/manager.rs Outdated Show resolved Hide resolved
io/zenoh-transport/src/multicast/manager.rs Outdated Show resolved Hide resolved
io/zenoh-transport/src/primitives/mux.rs Outdated Show resolved Hide resolved
zenoh/src/net/runtime/orchestrator.rs Outdated Show resolved Hide resolved
zenoh/src/net/runtime/orchestrator.rs Outdated Show resolved Hide resolved
zenoh/src/net/routing/pubsub.rs Outdated Show resolved Hide resolved
zenoh/src/net/routing/pubsub.rs Outdated Show resolved Hide resolved
@Mallets Mallets merged commit e402c89 into master Jul 27, 2023
15 checks passed
@PetervdPerk-NXP
Copy link

How do test this with Zenoh-pico is there any documentation somewhere?
I've tried to put zenoh-pico into peer mode and launch zenohd as zenohd -l udp/224.0.0.225:7447 but that gives the following output Unable to open listener udp/224.0.0.225:7447: Unimplemented at io/zenoh-transport/src/manager.rs:445. Unimplemented at io/zenoh-transport/src/manager.rs:445.

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.

None yet

3 participants