Update README.md

This commit is contained in:
nopnop2002
2021-07-04 16:52:01 +09:00
parent 21049a9f83
commit 0fc37d5230
+1
View File
@@ -1,6 +1,7 @@
# esp-idf-can2http
CANbus to http bridge using esp32.
It's purpose is to be a bridge between a CAN-Bus and a HTTP-Server.
You can visualize CAN-Frame using a visualization library such as Matplotlib.
I inspired from [here](https://github.com/c3re/can2mqtt).