diff --git a/assets/notes/FrontToBackend.md b/assets/notes/FrontToBackend.md index 84285ea..d3cff04 100644 --- a/assets/notes/FrontToBackend.md +++ b/assets/notes/FrontToBackend.md @@ -1,3 +1,5 @@ +[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. For example, you can send a POST request with data to a specific URL: