Fulup Ar Foll
Fulup Ar Foll
RPM work fine except that I cannot select spelling language. On the online version I can shift from English to French when needed. On the RPM version, I only got...
Following line fail sudo rpm --import https://download.copr.fedoraproject.org/results/taw/element/pubkey.gpg Should be replace by sudo rpm --import https://download.copr.fedorainfracloud.org/results/taw/element/pubkey.gpg Thank you for your packaging effort.
To address some customer projects I'm in the process of merging BMS,J1939 and maritime data within a single data-set. For J1939 I use DBC and VSS specifications ( https://covesa.github.io/vehicle_signal_specification )....
For info, some dependencies seams to be outdated. cd /home/fulup/Workspace/CanBus/Signal-K/scripts npm install ``` [fulup@fulup-laptop scripts]$ npm install npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated npm WARN...
I just push my initial Rust vss-parser https://github.com/redpesk-labs/vss-covesa-rs . My goal it to build something equivalent to what I did for dbc/sockcan https://github.com/redpesk-labs/canbus-rs . Note that this code should remain...
FYI, I publish a small script to run a quick test in non-privileged mode using podman+ocpp-rpc. Code is available from: https://github.com/tux-evse/ocpp-csms/tree/main
I'm using pcap to open TLS stream and I try to extract Decryption Secrets Block (DSB) as specified with https://www.ietf.org/archive/id/draft-tuexen-opsawg-pcapng-04.html pcap_loop callback does not get data block type and if...
In the process of running sample. I fail on Master, while they works on tags/0.6.2. ``` Compiling lvgl v0.6.2 (/home/fulup/Workspace/Tux-Evse/lv_binding_rust/lvgl) error[E0277]: the `?` operator can only be applied to values...
After trying to use lv_binding_rust for almost two weeks, we finally gave up. We add two many memory issue and we came to the conclusion that fixing memory model would...
I'm trying to use lvgm-rs with an asynchronous framework and I miserably fail to find the good design pattern. To expose something simple I restarted from demo/arc example. I try...