Update README.md
This commit is contained in:
@@ -163,6 +163,13 @@ $ curl -X POST -H "Content-Type: application/json" -d '{"canid": 513, "frame": "
|
|||||||
$ curl -X POST -H "Content-Type: application/json" -d '{"canid": 513, "frame": "extended", "data": [16, 17, 18]}' http://esp32-server.local:8000/api/twai/send
|
$ curl -X POST -H "Content-Type: application/json" -d '{"canid": 513, "frame": "extended", "data": [16, 17, 18]}' http://esp32-server.local:8000/api/twai/send
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Receive useing UNO.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
---
|
||||||
|
|
||||||
# HTTP Server Using Tornado
|
# HTTP Server Using Tornado
|
||||||
```
|
```
|
||||||
sudo apt install python3-pip python3-setuptools
|
sudo apt install python3-pip python3-setuptools
|
||||||
@@ -174,6 +181,7 @@ python can.py
|
|||||||
```
|
```
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
# HTTP Server Using Flask
|
# HTTP Server Using Flask
|
||||||
```
|
```
|
||||||
sudo apt install python3-pip python3-setuptools
|
sudo apt install python3-pip python3-setuptools
|
||||||
@@ -188,7 +196,7 @@ python can.py
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
# Brows data Using Tornado/Flask
|
# Brows received data Using Tornado/Flask
|
||||||
Open your browser and put the Server's IP in the address bar.
|
Open your browser and put the Server's IP in the address bar.
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user