Maciej Dąbrowski

Results 55 issues of Maciej Dąbrowski

## Requires #5 ## Description As a user, I would like to have possibility to receive cyclically (or on event) sent responses (e.g. to request with SID 0x2A), so I...

documentation
implementation

As a user, I want to have TP Interface for Ethernet, so I can configure Ethernet bus and use UDS package to communicate over Ethernet using UDS protocol.

implementation
Ethernet

As a user, I want to have TP Interface for LIN, so I can configure LIN bus and use UDS package to communicate over LIN using UDS protocol.

implementation
LIN

The [documentation](https://github.com/jendrikseipp/vulture/blob/main/README.md) specifies following errors code (just like for flake8 - https://flake8.pycqa.org/en/latest/user/error-codes.html): - F401 - `unused-import` - F841 - `unused-variable` There is no code specified for `unused-property` though. I would...

# Description As a user, I would like to have documentation how to transmit and receiving UDS messages over CAN so I can do it on my own. # Testing...

documentation
CAN

# Description As a user, I would like to be able to configure Flow Control packets generator in my Can Transport Interface, so I can control the flow of packets...

implementation

# Description As a developer, I would like to have an automated way of organizing python imports, so it is done effortlessly. As a user, I would like to have...

enhancement

# Description As a user, I would like to understand why it is better to use this package over UDSonCAN and other python packages for UDS, so I know the...

documentation

When python-can is used as a CAN bus manager, then timestamps of message are not accurate (not synchronized with local time) therefore attribute `transmission_time` of `CanPacketRecord` is not accurate. Affects:...

bug
CAN

# Description As a user, I would like to have [pip-audit](https://github.com/pypa/pip-audit) as a tool for dependency scanning, so I have more trust into this package security. # Testing - CI\CD...

enhancement