Skip to content

Commit 2e20a3d

Browse files
committed
[README] fix lint
1 parent 9721425 commit 2e20a3d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ This curated list helps a reverse engineering CAN bus devices with lightly speci
3333
> **Note**
3434
> Items marked as "🔝" are highly recommended.
3535
36+
<!--lint disable double-link-->
3637
Permanent URL to this list: https://github.com/iDoka/awesome-canbus
37-
38+
<!--lint enable double-link-->
3839

3940
## Contents
4041

@@ -50,6 +51,7 @@ Permanent URL to this list: https://github.com/iDoka/awesome-canbus
5051
* [Common](#common)
5152
* [Linux related](#linux-related)
5253
* [GUI Tools](#gui-tools)
54+
* [TUI Tools](#tui-tools)
5355
* [Python Tools](#python-tools)
5456
* [CAN-over-IP](#can-over-ip)
5557
* [Other Utils](#other-utils)
@@ -113,7 +115,7 @@ Permanent URL to this list: https://github.com/iDoka/awesome-canbus
113115
* [Arduino-OBD2-Async](https://github.com/v-ivanyshyn/Arduino-OBD2-Async) - Arduino OBD library with asynchronous data requesting.
114116
* [CAN-Shark](https://github.com/quantyle/CAN-Shark) - Working with OBD PIDs from Arduino + MCP2515 shield.
115117
* [OBD2-Scantool](https://github.com/AustinMurphy/OBD2-Scantool) - A python scantool to read OBD2 info from cars.
116-
* [O2OO](https://www.vanheusden.com/O2OO/) - OBD-II compliant car diagnostic tool. It reads sensor data from a car into an sqlite database.
118+
* [O2OO](https://www.vanheusden.com/O2OO/) - OBD-II compliant car diagnostic tool. It reads sensor data from a car into an SQLite database.
117119
* [freediag](https://github.com/fenugrec/freediag) - Free diagnostic software for OBD-II compliant motor vehicles.
118120
* [pyvit](https://github.com/linklayer/pyvit) - Python Vehicle Interface Toolkit _(archived)_.
119121

@@ -155,7 +157,7 @@ _SAE J1939 Standard_
155157
_SAE J2534 Standard_
156158

157159
<!--lint disable no-repeat-punctuation-->
158-
* [~~JCanalog~~](https://github.com/ZacharyWalsh57/JCanalog) - ~~Easy To Use J2534 Vehicle Logger~~ _(left for history)_.
160+
<!-- * [~~JCanalog~~](https://github.com/ZacharyWalsh57/JCanalog) - ~~Easy To Use J2534 Vehicle Logger~~ _(left for history)_. -->
159161
<!--lint enable no-repeat-punctuation-->
160162
* [j2534-tcp](https://github.com/brandonros/j2534-tcp) - Virtual J2534 driver over TCP/IP.
161163
* [SharpWrap2534](https://github.com/MEAT-Inc/SharpWrap2534) - The Ultimate J2534 Wrapper Suite.
@@ -208,13 +210,13 @@ _SAE J2534 Standard_
208210
* [PlotJuggler::CAN-dbs](https://github.com/PlotJuggler/plotjuggler-CAN-dbs) - Plugin to visualize CAN .dbs (or .dbc?) files in PlotJuggler.
209211
* [OpenSourceLogger](https://github.com/DanielMartensson/OpenSourceLogger) - Data acquisition software that can collect measurement, analyze CAN-messages and send SAE-J1939 messages to other ECUs.
210212
* [EcuBus-Pro](https://github.com/ecubus/EcuBus-Pro) - A powerful automotive ECU development tool. UDS, CAN-TP, DOIP, LIN , Script(TS) like CAPL.
211-
* [Novo Bus Analyzer](https://github.com/reymor/novobusanalyzer) - Novo Bus Analyzer is a fork of BUSMASTER. BUSMASTER is an Open Source Software tool to simulate, analyze and test data bus systems such as CAN.
213+
* [Novo Bus Analyzer](https://github.com/reymor/novobusanalyzer) - a fork of BUSMASTER (BUSMASTER is an Open Source Software tool to simulate, analyze and test data bus systems such as CAN).
212214
* [bootCAN](https://github.com/friessssss/bootCAN) - Allows monitoring, tracing, and plotting of messages, as well as .SYM decoding and message transmitting.
213215

214216

215217
### TUI Tools
216218

217-
* [socanui](https://github.com/miwagner/socanui) - SocketCAN User Interface for the Terminal
219+
* [socanui](https://github.com/miwagner/socanui) - SocketCAN User Interface for the Terminal.
218220

219221

220222
### Python Tools

0 commit comments

Comments
 (0)