Update README.md

This commit is contained in:
SpudGunMan
2025-11-02 20:39:16 -08:00
parent 9ab6b3be89
commit 398a4c6c63

View File

@@ -762,5 +762,15 @@ pip install pygame-ce
-# Because 'pygame' installs to the same location as 'pygame-ce', it must first be uninstalled.
-# Note that the `import pygame` syntax has not changed with pygame-ce.
# mUDP Help
mUDP library provides UDP-based broadcasting of Meshtastic-compatible packets. MeshBot uses this for the game_server_display server.
**Details**
- [pdxlocations/mudp](https://github.com/pdxlocations/mudp)
**Installation**
```sh
pip install mudp
```
---