Metadata-Version: 2.1
Name: ezcomms
Version: 0.1.0
Summary: Communication and data layer extracted from VNAVS robotics framework
Author-email: Albert Margolis <almargolis@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: paho-mqtt
Requires-Dist: numpy

# ezcomms

Communication and data layer extracted from the VNAVS robotics framework.

Provides pub/sub messaging, MQTT client wrappers, socket abstractions, and a typed data attribute system for inter-node communication.
