moonlight83340
moonlight83340
Fix argument type on `pycsp_can_socketcan_init()` . Use `int16_t` instead of an `int`.
In the commit 0d4dac28a5bf75390bdd1ef26e1c109094e0a032, `csp_can_socketcan_open_and_add_interface()` gained new parameter node_id, which is assigned to ctx->iface.addr in the function. Add address / node_id parameter to `csp_usart_open_and_add_kiss_interface()`. Fix https://github.com/libcsp/libcsp/issues/459
A conn closing could delete packet from others conn, now we enqueue them again. I was checking another [issue](https://github.com/libcsp/libcsp/issues/491) during my debug, I found out that when another connection was...
If a RST + ACK segment arrives in the OPEN state, the ACK was accepted unconditionally. Add a sequence number check to verify if the RST-ACK is out of sequence....
**Brief** When using LIBCSP with the CSP_O_CRC32 option, we should throw away corrupted messages. However, if the option bit is corrupted, I think the packet can bypass the security route...
Hi, I was investigating the source code and was surprised because the `csp_rdp_queue_rx_add` function is void, and I don't think it should be the case. We should know if the...
This PR aims to add Github action to anitopy. This would try on every commit or PR push a build test, a tests run and a pylint check for the...
Sometimes anime tile's use WEB instead of WEBRIP.
Updated the code to handle the return values of both `csp_kiss_add_interface` and `csp_usart_open` to ensure proper error handling. The function now checks if `csp_kiss_add_interface` and also `csp_usart_open`. If both operations...
Update the code to capture the return value of `csp_iflist_add` in the variable `ret`. This allows for proper error handling by ensuring that the result of `csp_iflist_add` is returned by...