Drv Can
Repository that storages classes and functions used create a thread that can send, and receive can messages. The node class will create a thread with a shared object that receives the commands both for the can module and also the messages to send through can bus. The commands that can be send to can are create and remove filter, and also send messages.
The version 0.1.X forward is using posix ipc queues, if there is any problem with posix it will possibly be due to the max messages in queue and the max message size limited by the system. For more information check system-shared-tool github To see which is the max messages and the max message size in system run:
cat /proc/sys/fs/mqueue/msg_max
cat /proc/sys/fs/mqueue/msgsize_max
In order to change the max message or message size in queues run:
sudo sh -c 'echo 500 > /proc/sys/fs/mqueue/msg_max'
sudo sh -c 'echo 500 > /proc/sys/fs/mqueue/msgsize_max'
Co-authors: Roberto Aldea, Javier Sanz, Marius Crisan
Release files for rfb-can-sniffer 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rfb_can_sniffer-0.0.1.tar.gz | 46.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rfb_can_sniffer-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 78.9 kB
Release files / rfb_can_sniffer-0.0.1.tar.gz
| Download URL | rfb_can_sniffer-0.0.1.tar.gz |
|---|---|
| Size | 46.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a04a381d80e39ba7e02174255472b190250afb4bc4ed2c0941e6882cb00edbe8
|
|
BLAKE2b-256 checksum How to use checksums |
0f4fd96bfa593d966c677178b93310c5ec7abe8d87b9b69ae035364e761ead12
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.8
|
Release files / rfb_can_sniffer-0.0.1-py3-none-any.whl
| Download URL | rfb_can_sniffer-0.0.1-py3-none-any.whl |
|---|---|
| Size | 32.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
54405ebbf51c6e3a78e3dad0583606a491bc963a47dbdcb77dba72e7253a63f5
|
|
BLAKE2b-256 checksum How to use checksums |
08d8896fcd681b3f76ce9c2ac927eb463a013b2a566de8f93b56c94eca1668ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.8
|