Jack Cook
Jack Cook
Have you ordered the product and tested it? [SocketCan](https://docs.kernel.org/networking/can.html) in the Linux kernel is network based, so the first step after plugging in the device would be to [bring up...
The `BLFWriter` will be able to be used like the following: ``` python -m can.logger -i socketcan -c vcan0 -b 250000 -f file.blf -t 600 --compression-level=1 --max-container-size=200000 ``` Here, a...
> * [x] When time is a constraint for the `RotatingLogger`, don't rollover if there have been no messages received since the last rollover This is inherent to the implementation...
@zariiii9003 This `RotatingLogger` class has been successfully running on multiple devices, that I manage, for about a month now (prior to the refactoring I've done today). There have been tens...
Could you provide more information? What object are you referring to? Do you have a minimal script that someone could get started with?
Now that I've tried out other zip formats: - `gzip` cannot be negatively sought while in write mode - `bz2` is not seekable in write mode - `lzma` is not...
@zariiii9003 Okay, I made modifications.
@zariiii9003 tests are passing. Ready for your review.
Thank you for sharing your viewpoint on this subject. It appears that you are proposing the creation and then sustained development of a repository dependent on python-can for home automation....
> ... it is also quite unnecessary to gzip a blf file since it already uses compression internally. This is something that would be useful to quantify. I am using...