Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mdabrowski1990 committed Jul 15, 2024
1 parent 91c482f commit ed6a291
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Why another UDS package?
There are a few already existing python packages, so you might wonder why would you consider using this one?

This package is meant to support **multiple buses** (including CAN, LIN, Ethernet, K-Line, FlexRay) and **multiple
bus managers** (e.g. `python-can <https://github.com/hardbyte/python-can>`_).
bus managers** (e.g. `python-can`_).
Additionally, it handles both communication nodes (client and server), and contains detailed configuration for full
control of timing and all transmission parameters.

Expand All @@ -44,7 +44,7 @@ Alternative options
```````````````````

UDSonCAN
''''''''''
''''''''
Link: https://github.com/pylessard/python-udsoncan

- pros:
Expand Down Expand Up @@ -85,6 +85,8 @@ Contact

.. _Unified Diagnostic Services: https://en.wikipedia.org/wiki/Unified_Diagnostic_Services

.. _python-can: https://github.com/hardbyte/python-can

.. |CI| image:: https://github.com/mdabrowski1990/uds/actions/workflows/ci.yml/badge.svg?branch=main
:target: https://github.com/mdabrowski1990/uds/actions/workflows/ci.yml
:alt: Continuous Integration Status
Expand Down

0 comments on commit ed6a291

Please sign in to comment.