uds icon indicating copy to clipboard operation
uds copied to clipboard

[refine] Implement UDS Message Stack

Open mdabrowski1990 opened this issue 4 years ago • 0 comments
trafficstars

Requires

#78 #80 #79

Description

As a user, I would like to have implemented all defined features of UDS Message Stack, so I can actually use them. As a developer, I would like pay special attention for time efficiency, so I do not have to rework the code in the future. As a developer, I would like to support asyncio, so I do not have problems in the future.

Test Strategy [TODO]

Get familiar with pytest-asyncion before testing guidelines are set.

Unit Tests:

  • 100% coverage for synchronous code

Integration Tests (??):

  • verify that the feature is integrated with UDS Packet Stack

Acceptance Criteria

  • UDS Message Stack is fully functional and support all types of UDS Packets
  • User documentation updated with API and examples

mdabrowski1990 avatar Sep 10 '21 06:09 mdabrowski1990