WIP: First Milestone reached #3

Closed
fr4nz wants to merge 71 commits from dev-1 into main
Showing only changes of commit b72fce9038 - Show all commits

View file

@ -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: