From d4af0c7e8bc08fb6dc8067ce1db1707342aba9dc Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 15 Oct 2025 15:58:02 -0700 Subject: [PATCH] Update udp.py --- modules/udp.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/udp.py b/modules/udp.py index 5e61951..ae0362c 100644 --- a/modules/udp.py +++ b/modules/udp.py @@ -2,6 +2,8 @@ # -*- coding: utf-8 -*- # UDP Interface Listener # credit to pdxlocations for all of this core work https://github.com/pdxlocations/ +# depends on: pip install meshtastic protobuf zeroconf pubsub +# 2025 Kelly Keeton K7MHI from pubsub import pub from meshtastic.protobuf import mesh_pb2, portnums_pb2 from mudp import UDPPacketStream, node, conn, send_text_message, send_nodeinfo, send_device_telemetry, send_position, send_environment_metrics, send_power_metrics, send_waypoint