Pete LeVasseur
Pete LeVasseur
Wanted to start off with a big thank you for the helpful resource on Kalman Filters. In the Evaluating Filter Order section, there's discussion around how plotting the residual against...
Specify library name and version: **up-cpp/0.1.2-dev** Hi there :wave: I contribute to the [Eclipse uProtocol](https://github.com/eclipse-uprotocol) project for developing a Software Defined Vehicle (SDV) middleware to knit together compute within the...
Currently we explain how to map uProtocol Publish, Request, and Response message types into SOME/IP message types, but not yet Notification
## Why a zero-copy transport for uProtocol? * It's very common in Advanced Driver-Assistance Systems (ADAS) / Automated Driving (AD) systems to have large messages which are being sent around,...
# Intro We discussed in last time's Eclipse uProtocol meeting whether to use Protocol Buffers or something else for our serialization mechanism. I'll outline some considerations here we can look...
Proposal for using WebAssembly Interface Types (WIT) to specify core uProtocol types and interfaces
### Overview WebAssembly Interface Types (WIT) seem to offer a nice level of expressiveness in how to specify types and interfaces for communication between WebAssembly components. A big benefit they...
* Using Gherkin files [from here in up-spec](https://github.com/eclipse-uprotocol/up-spec/pull/279)
Asgar to respond here to be assigned
- [ ] Avoid large `FixedSizeVec` even when not needed - [ ] Use iceoryx2 `Event` mechanism to avoid busy wait - [ ] Add iceoryx2 `Attribute`s to allow for...