meshtastic_mqtt

- Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.acid.vegas/-c.git
Log | Files | Refs | Archive | README | LICENSE

__init__.py (209B)

      1 ''' 
      2 Meshtastic MQTT Interface - A lightweight Python library for parsing Meshtastic MQTT messages
      3 '''
      4 
      5 from .client import MeshtasticMQTT
      6 
      7 __version__ = '1.0.10'
      8 __author__  = 'acidvegas'
      9 __license__ = 'ISC'