Skip to content

Commit

Permalink
Use 0000FFFF in ue_id to avoid ambiguity.
Browse files Browse the repository at this point in the history
Signed-off-by: ChenYing Kuo <evshary@gmail.com>
  • Loading branch information
evshary committed May 22, 2024
1 parent c480453 commit b40b30d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions up-l1/zenoh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Take some examples:
| Publish | up://192.168.1.100/1002/3/800A | - | up/192.168.1.100/{}/1002/3/800A
| Notification | up://192.168.1.99/... | up://192.168.1.100/1002/3/800A | up/192.168.1.99/192.168.1.100/1002/3/800A
| Request | up://MYHOST1/... | up://myhost$/1002/3/B | up/myhost1/myhost{dollar}/1002/3/B
| uStreamer | up://+++*+++/... | up://192.168.1.100/FFFF/FF/FFFF | up/+++*+++/192.168.1.100/+++*+++/+++*+++/+++*+++
| uStreamer | up://+++*+++/... | up://192.168.1.100/0000FFFF/FF/FFFF | up/+++*+++/192.168.1.100/+++*+++/+++*+++/+++*+++
|===

=== UPayload
Expand Down Expand Up @@ -240,7 +240,7 @@ The way to transfer Response message is different from others, because Zenoh can

1. A streamer that is interested in all incoming messages for dest-authority registers a listener for
* source: `-`
* sink: `up://dest-authority/FFFF/FF/FFFF`
* sink: `up://dest-authority/0000FFFF/FF/FFFF`

2. which `UTransport.registerListener` maps to Zenoh key
* `up/` + `+++*+++/dest-authority-id/+++*+++/+++*+++/+++*+++`

0 comments on commit b40b30d

Please sign in to comment.