You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I would like to have possibility to schedule CAN Packet transmission at provided time, so I can control how packets are transmitted.
As a user, I would like to have container that automatically detect received CAN packets and store them, so I have access to entire UDS communication.
As a user, I would like to have possibility to use python-can library, so I do not have to buy any expensive tools.
Testing Strategy
Integration Tests:
receiving packets is possible (mock the incoming traffic)
transmitting packets is possible (mock the transmission monitoring)
System Tests:
GIVEN configured Transport Interface with python-can, WHEN I schedule CAN Packet transmission, THEN it is transmitted to the bus at the first timeslot after the scheduled time is reached, and record of transmitted packet is stored with proper timestamp.
GIVEN configured Transport Interface with python-can, WHEN UDS CAN packet is received, THEN record of the received packet is stored with proper timestamp.
GIVEN configured Transprort Interface with python-can, WHEN CAN frame that is not UDS Packet is received, THEN it is not stored by the Transport Interface.
GIVEN configured Transport Interface with python-can, WHEN python-can bus is used to transmit other frames, THEN it is not blocked by this package.
GIVEN configured Transport Interface with python-can, WHEN python-can bus is used to receive frames, THEN it is not blocked by this package, neither the package is malfunctioning.
mdabrowski1990
changed the title
Introduce limited Transport Interface for CAN
Introduce basic Transport Interface for python-can
Sep 7, 2021
mdabrowski1990
changed the title
Introduce basic Transport Interface for python-can
[refine] Introduce basic Transport Interface for python-can
Sep 7, 2021
mdabrowski1990
changed the title
[refine] Introduce basic Transport Interface for python-can
Introduce basic Transport Interface for python-can
Dec 7, 2021
mdabrowski1990
changed the title
Introduce basic Transport Interface for python-can
[refine] Introduce basic Transport Interface for python-can
Dec 7, 2021
mdabrowski1990
changed the title
[refine] Introduce basic Transport Interface for python-can
Introduce basic Transport Interface for python-can
Dec 8, 2021
Requires
#73
#144
Description
As a user, I would like to have possibility to schedule CAN Packet transmission at provided time, so I can control how packets are transmitted.
As a user, I would like to have container that automatically detect received CAN packets and store them, so I have access to entire UDS communication.
As a user, I would like to have possibility to use python-can library, so I do not have to buy any expensive tools.
Testing Strategy
Integration Tests:
System Tests:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: