Metadata-Version: 2.1
Name: telemetrix-aio
Version: 1.2
Summary: Remotely Control And Monitor Arduino-Core devices
Home-page: https://github.com/MrYsLab/telemetrix-aio
Author: Alan Yorinks
Author-email: MisterYsLab@gmail.com
License: UNKNOWN
Download-URL: https://github.com/MrYsLab/telemetrix-aio
Description: # The Telemetrix Project
        
        Telemetry is a system for collecting data on a remote device and then automatically transmitting the 
        collected data back to local receiving equipment for processing.
        
        The Telemetrix Project is a telemetry system explicitly designed for Arduino Core-based MCUs, using 
        Python on the local client and an 
        Arduino Core sketch, called 
        [Telemetrix4Arduino](https://github.com/MrYsLab/Telemetrix4Arduino) on the Microcontroller Unit (MCU). 
        
        Telemetrix-AIO is a Python asyncio client for the Telemetrix Project. A non-asyncio version may be found
         [here](https://github.com/MrYsLab/telemetrix).
        
        It is designed to be user extensible so that you may add support for sensors and actuators
        of your choosing.
        
        A [User's Guide](https://mryslab.github.io/telemetrix/) explaining installation and use is available online.
        
        A Python API for may be found [here.](https://htmlpreview.github.com/?https://github.com/MrYsLab/telemetrix-aio/blob/master/html/telemetrix_aio/index.html)
        
        
Keywords: telemetrix,Arduino,Protocol,Python
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
