-
> Looking at the [UAttributes spec](https://github.com/eclipse-uprotocol/up-spec/blob/main/basics/uattributes.adoc#2-common-message-attributes), I think we should be checking both the source and sink …
-
Now the prototype of invoke_method is `async fn invoke_method(&self, method: UUri, request: UMessage) -> RpcClientResult;`
https://github.com/eclipse-uprotocol/up-rust/blob/01e3149aa7ebffeb81f0374679…
-
Issues in `uri.proto`:
* Consider updating according to SOME/IP decisions:
`// 0x0000: Don't care, assume instance id of 1`:
https://github.com/eclipse-uprotocol/up-spec/blob/630cc53e1145a5e9c9…
-
Creation of a zenoh client that can talk to the streamer (zenoh router).
-
Will be aligning up-python to the up-spec of 1.5.8, using @stevenhartley 's up-java 1.5.8 PR as a guide:
https://github.com/eclipse-uprotocol/up-java/pull/111
-
Just needs the bare minimum in these methods such that work can start on `ZenohUTransport`:
- `UTransport()`
- `send()`
- `registerListener()`
- `getDefaultSource()`
- `cleanupListener()`
The `send(…
-
@stevenhartley Do we have the final decision to move examples back to up-transport-zenoh-rust and reduce the number of projects?
If yes, I'll put the [examples](https://github.com/eclipse-uprotocol/u…
-
According to @sophokles73 PR to up-spec, https://github.com/eclipse-uprotocol/up-spec/pull/134, unregister_listener() should return NOT_FOUND if you try to unregister on a topic that doesn't exist (ht…
-
The “extra” tests provide for more integrated testing than lower-level “coverage” unit tests. They check the interoperation between components. However, they do not count towards code coverage as thei…
-