Update assets/notes/FrontToBackend.md
This commit is contained in:
parent
698c1d3076
commit
b72fce9038
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
[Meshtastic Python API Documentation](https://python.meshtastic.org/)
|
[Meshtastic Python API Documentation](https://python.meshtastic.org/)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
To send commands from a Python script to a web server, you can use HTTP requests. The requests library is a popular and user-friendly option for making HTTP calls in Python.
|
To send commands from a Python script to a web server, you can use HTTP requests. The requests library is a popular and user-friendly option for making HTTP calls in Python.
|
||||||
For example, you can send a POST request with data to a specific URL:
|
For example, you can send a POST request with data to a specific URL:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue