Metadata-Version: 2.1
Name: firmetix
Version: 1.0
Summary: Remotely Control And Monitor Arduino-Core devices
Home-page: https://github.com/Nilon123456789/firmetix
Author: Alan Yorinks and Nils Lahaye
Author-email: nils.lahaye@icloud.com
License: UNKNOWN
Download-URL: https://github.com/Nilon123456789/firmetix
Description: # The Firmetrix Project
        
        Firmetrix is a fork of the [Telemetrix](https://github.com/MrYsLab/telemetrix) project with the added suport for the tone function
        
        <!-- HTML Begin -->
        
        Here is a feature comparison between Firmetix, StandardFirmata and Telemetrix:
        
        
        | Feature | Firmetix | StandardFirmata | Telemetrix|
        |:-------:|:----------:|:----------:|:-----------------:|
        | Analog Input | X | X | X |
        | Analog Output (PWM) | X | X | X |
        | Digital Input | X | X | X |
        | Digital Output | X | X | X |
        | i2c Primitives | X | X | X |
        | Servo Motor Control | X | X | X |
        | Tone | X | X | |
        | DHT Temperature/Humidity Sensor | X | | X |
        | OneWire Primitives | X | | X |
        | HC-SR04 Sonar Distance Sensor | X | | X |
        | SPI Primitives | X | | X |
        | Stepper Motor Control (AccelStepper) | X | | X |
        | Python Threaded Client Included | X | | X |
        | Python Asyncio Client Included | X | | X |
        | Support For STM32 Boards (Black Pill)| | | X |
        | Designed To Be User Extensible | X | | X | 
        | Integrated Debugging Aids Provided | X | | X |
        | Examples For All Features | X | | X |
        
        
        The project consists of a [Python client API](https://htmlpreview.github.io/?https://github.com/Nilon123456789/firmetix/blob/master/docs/firmetix.html) used to create a Python client application and C++ servers that communicate with the Python client over a serial or WiFi link. 
        
        This repository is the Python 3 client API.
        
        The server for Arduino serial linked devices is called
        [Firmetix4Arduino](https://github.com/Nilon123456789/Firmetix4Arduino).
        
        A [User's Guide](https://nilon123456789.github.io/firmetix/) explaining installation and use is available online.
        
Keywords: firmetix,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
