Metadata-Version: 2.1
Name: aiomeshtastic
Version: 5
Summary: asyncio bindings to the meshtastic device API.
Author-email: Jason Michalski <armooo@armooo.net>
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: protobuf
Requires-Dist: pyserial-asyncio
Requires-Dist: bleak

aiomeshtastic -- asyncio bindings to the meshtastic device API.
===============================================================

Currenyly this can connect to devices over bluetooth, TCP, and serial. The
allows you to loop over a device to get protobufs as they arrive and you can
send protobufs back.

See examples/tr.py for how it can be used.
