From b72fce9038a8fa72a31ce9928ea8a0647192ac55 Mon Sep 17 00:00:00 2001 From: fr4nz Date: Mon, 13 Oct 2025 09:20:32 +0200 Subject: [PATCH] Update assets/notes/FrontToBackend.md --- assets/notes/FrontToBackend.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/notes/FrontToBackend.md b/assets/notes/FrontToBackend.md index d3cff04..ad2983d 100644 --- a/assets/notes/FrontToBackend.md +++ b/assets/notes/FrontToBackend.md @@ -1,5 +1,7 @@ [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: