-
-
1. No dynamic memory except for I/O buffers
2. Must be fully functional on top of media layer (i.e. shall not need application layer to send and receive transfers.
3. Use pyuavcan as inspireation
4…
-
Don't call it a COM-back, it's been here for years...
Non-reference counting, COM-like interface and associated utilities for explicit runtime-type information and safe polymorphism without using g…
-
In the installation instructions you are instructed to do the following:
```
mkdir -p ~/.cyphal # Ensure the directory actually exists.
# Add all namespaces from the public regulated data t…
-
When I invoke yakut
`yakut -vv --transport "UDP('145.16.2.100',42)" call ...`
I see in the verbose log (and on inspection of the source) that Pycyphal attempts to bind 145.16.2.42
`2023-10-0…
-
## PROBLEM
The [design doc](https://github.com/OpenCyphal-Garage/libcyphal/blob/main/docs/design/readme.md) omits error handling for `IRunnable::run`. We want to return an `expected` from there (th…
-
Perhaps causes #281 and also affects Yukon usability on Windows devices.
-
The most important ones are:
- [nunavut](https://github.com/OpenCyphal/nunavut)
- MinIO, see https://github.com/OpenCyphal/nunaweb/issues/48
- Celery
- Redis
Nikolas started working on this, …
-
https://github.com/OpenCyphal/CETL/blob/main/include/cetl/variable_length_array.hpp#L1235
Should be parens "(pos)" instead of brackets "[pos]"
-
T
```
VariableLengthArray(InputIt first, InputIt last, size_type max_size_max, const allocator_type& alloc)
VariableLengthArray(InputIt first, InputIt last, const allocator_type& alloc)
``…