From 398a4c6c63f574ebcf1e15b39408b008710b280b Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 2 Nov 2025 20:39:16 -0800 Subject: [PATCH] Update README.md --- modules/games/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/games/README.md b/modules/games/README.md index 81272bd..c3e4294 100644 --- a/modules/games/README.md +++ b/modules/games/README.md @@ -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 +``` --- \ No newline at end of file