-
On a test with using Peak-CAN & SocketCAN driver on linux, the CANRawView shows nothing when CAN-FD messages received.
CAN-FD messages need to be supprted
-
Hi, I have renewed my CA certificate and I have been supplied with a USB token in the past I used
```
bootstrapper.DigitalSignature = new DigitalSignatureBootstrapper()
{
PfxFilePat…
-
Hi @fmrico,
Unfortunately, the solution I proposed for existential predicates is inefficient. It is literally exploring the whole state space to check if the predicates are satisfied. This can easi…
-
https://github.com/firedancer-io/firedancer/blob/82822e450477e7e859ecde656f6e6a6e6c05e930/src/app/fdctl/run/tiles/fd_quic.c#L238
This copy is practically redundant.
We can do decryption in `durin…
-
**Motivation**
MISP server distributes some IP/port indicators using a category/type called ip-dst|port and ip-src|port - this is a combined field of IP:port (example: 8.8.8.8:53)
If we had a Falc…
-
### Discussed in https://github.com/collin80/SavvyCAN/discussions/684
Originally posted by **tyalie** October 18, 2023
Is it possible to use SavvyCAN CAN-FD with different speeds for CAN and C…
-
When SavvyCAN was originally written nobody used CAN-FD. Fast forward many years and now FD is becoming more common. Many parts of the backend have already been changed to support CAN-FD but many of t…
-
I have written an implementation for CAN-FD transport for Zephyr, since the Agent already supports it.
And it is working very well. Significantly better than USB-CDC and UART for what I have persona…
-
I'm piping from other programs to fd, I'm unsure if fd can read the input; e.g.
fzf --multi --sync < file.txt | xargs -d '\n' fd --extension ogg --absolute-path -
`fzf --multi` allows intera…
ghost updated
7 months ago
-
First of all thx!!!! After dowloading gcc-arm-none-eabi-10-2020-q4-major-aarch64 onto my little ARM machine, compilation of RRF works smoothly.
Now The Part To Discusss.
Duet3 uses CAN. Hardwar…