-
After [the PR of up-spec](https://github.com/eclipse-uprotocol/up-spec/pull/141), the build failed again.
Haven't dived deep into it, but it should be related to the change of protobuf.
```
error…
-
UUID factory `create()` API does not allow us to pass an external timestamp, this means there is no way to test/validate isExpired() and other time related functions. Additionally we cannot inject spe…
-
Current we have this desirializer
[[nodiscard]] static auto deserialize(std::vector const& addr) -> uprotocol::v1::UUri;
Without adding a new desirializer
[[nodiscard]] static auto …
-
Linking to https://github.com/eclipse-uprotocol/up-spec/issues/120
UAuthority's `id` property is [defined as a byte array](https://github.com/eclipse-uprotocol/up-spec/blob/8fcb37da046193599aa961a7…
-
We have now concluded clear interface and data model definitions for the transport layer (Layer 1) with `UUri`, `UAttributes`, `UPayload`, `UMessage `and `UTransport`.
The purpose of Layer 2 in t…
-
### The Problem
The current UUID spec for uProtocol defines a UUIDv7-like format with one major change: the `rand_b` value will be generated once at startup for a uEntity and then reused for the li…
-
Just ran into this at the end of the day today, but since upayload.proto is now gone, we have to remove [this line](https://github.com/eclipse-uprotocol/up-rust/blob/57c3c8c1b69880e469529424431cc3805b…
-
Hey @stevenhartley, @sophokles73, @dakrbo:
With the [issue](https://github.com/eclipse-uprotocol/uprotocol-rust/issues/10) closed regarding the implementation of the SDK, do you think now makes sen…
-
I am using my personal computer and trying to create conan package locally using command "conan create . --build=missing". I have installed all the local dependencies needed and seeing following error…
-
This is the continuation of https://github.com/eclipse-uprotocol/up-core-api/issues/77
after `up-core-api` has been merged into `up-spec` as part of #91