Update README.md

This commit is contained in:
nopnop2002
2022-11-16 19:45:58 +09:00
parent f35470d9f4
commit f6dc4fef65
+6 -3
View File
@@ -169,7 +169,9 @@ cd esp-idf-can2http
cd tornado
python3 can.py
```
![can2http-tornado](https://user-images.githubusercontent.com/6020549/123871778-18774900-d96f-11eb-95b6-df9713047c30.jpg)
You can specify the number of lines to display and the port number.
![can2http-tornado](https://user-images.githubusercontent.com/6020549/202159913-74fab7ef-d95c-4774-8432-ceceac24af4e.jpg)
# HTTP Server Using Flask
@@ -185,13 +187,14 @@ cd flask
python3 can.py
```
![can2http-flask](https://user-images.githubusercontent.com/6020549/123871850-35ac1780-d96f-11eb-9d03-c1a0b547e9c8.jpg)
You can specify the number of lines to display and the port number.
![can2http-flask](https://user-images.githubusercontent.com/6020549/202159650-65d30531-060e-4276-ac7f-529b33052b04.jpg)
# Brows received data Using Tornado/Flask
Open your browser and put the Server's IP in the address bar.
![can2http-browser](https://user-images.githubusercontent.com/6020549/123872025-71df7800-d96f-11eb-8832-8d9e1169c993.jpg)
![can2http-browser](https://user-images.githubusercontent.com/6020549/202160043-0ca6e869-f6bc-4319-b8db-48a8fe9b1c5f.jpg)
# Visualize CAN-Frame