Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receiving UDS messages (SF) #248

Open
mdabrowski1990 opened this issue Nov 20, 2023 · 0 comments
Open

Receiving UDS messages (SF) #248

mdabrowski1990 opened this issue Nov 20, 2023 · 0 comments
Labels
CAN Related to CAN specific implementation implementation Changes to code system tests New test cases for system or system integration testing

Comments

@mdabrowski1990
Copy link
Owner

mdabrowski1990 commented Nov 20, 2023

Requires

#249

Description

As a user, I would like to have a feature to receive UDS messages which are transmitted over Single Frames.

Testing

  • unit tests
  • system tests

Acceptance Criteria

  • receive message method added to AbstractTransportInterface (uds/transport_interface/abstract_transport_interface.py)
  • implementation for single frames added to PyCANTransportInterface (uds/transport_interface/can_transport_interface.py)
  • it is possible to receive message if transmitted in Single Frame over CAN
  • NotImplmenetedError raised if segmented message is received
  • an error is raised if timeout reached (no message received before timeout value achieved)
@mdabrowski1990 mdabrowski1990 added the implementation Changes to code label Nov 20, 2023
@mdabrowski1990 mdabrowski1990 changed the title [INVESTIGATE] Receiving UDS messages Receiving UDS messages (SF) Apr 24, 2024
@mdabrowski1990 mdabrowski1990 added system tests New test cases for system or system integration testing CAN Related to CAN specific implementation labels Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CAN Related to CAN specific implementation implementation Changes to code system tests New test cases for system or system integration testing
Projects
None yet
Development

No branches or pull requests

1 participant