telemetrix


Nametelemetrix JSON
Version 1.39 PyPI version JSON
download
home_pageNone
SummaryTelemetrix Client
upload_time2024-03-26 16:42:33
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseAGPL-3.0-or-later
keywords telemetrix arduino uno esp8266 python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # The Telemetrix Project

The Telemetrix Project is a modern-day replacement for 
Arduino StandardFirmata, equipped with many more built-in features than 
StandardFirmata. 

Here is a feature comparison between Telemetrix and StandardFirmata:

| Feature | Telemetrix | StandardFirmata |
|-------|:----------:|:-----------------:|
|     Analog Input    |       X     |      X           |
|     Analog Output (PWM)    |       X     |      X           |
|     Digital Input    |       X     |      X           |
|     Digital Output    |       X     |      X           |
|     i2c Primitives  |       X     |      X           |
|     Servo Motor Control  |       X     |      X           |
|     DHT Temperature/Humidity Sensor  |       X     |                 |
|     OneWire Primitives |       X     |                 |
|     HC-SR04 Sonar Distance Sensor  |       X     |                 |
|     SPI Primitives  |       X     |                 |
|     Stepper Motor Control (AccelStepper) |       X     |                 |
|    Python Threaded Client Included  |       X     |      
|    Python Asyncio Client Included  |       X     |
|    Support For STM32 Boards (Black Pill)|       X     |    
|    Designed To Be User Extensible |       X     |                 |
|    Integrated Debugging Aids Provided |       X     |                 |
|    Examples For All Features |       X     |                 |



The project consists of a 
[Python client API](https://htmlpreview.github.io/?https://github.com/MrYsLab/telemetrix/blob/master/html/telemetrix/index.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
[Telemetrix4Arduino](https://github.com/MrYsLab/Telemetrix4Arduino).

The WiFi server for ESP8266 devices is called
[Telemetrix4Esp8266](https://github.com/MrYsLab/Telemetrix4Esp8266).

A [User's Guide](https://mryslab.github.io/telemetrix/) explaining installation and use is available online.

Historically, Telemetrix was developed in phases, and the directories for those phases 
were left 
intact for those interested in the project's beginnings. You may view a discussion of 
these phases on the
[Bots In Pieces](https://mryslab.github.io/bots-in-pieces/arduino,stm32,firmata/2020/09/20/telemetrix-phase-1.html) blog.

Programmed with [Pycharm](https://www.jetbrains.com/pycharm/)  ![](https://resources.jetbrains.com/storage/products/company/brand/logos/PyCharm_icon.svg)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "telemetrix",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "telemetrix, Arduino, UNO, ESP8266, Python",
    "author": null,
    "author_email": "Alan Yorinks <MisterYsLab@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/e7/1b/3b3bdad70c698d48c4adf67a1d3ff568fbe5b853bd386af04796a9451474/telemetrix-1.39.tar.gz",
    "platform": null,
    "description": "# The Telemetrix Project\n\nThe Telemetrix Project is a modern-day replacement for \nArduino StandardFirmata, equipped with many more built-in features than \nStandardFirmata. \n\nHere is a feature comparison between Telemetrix and StandardFirmata:\n\n| Feature | Telemetrix | StandardFirmata |\n|-------|:----------:|:-----------------:|\n|     Analog Input    |       X     |      X           |\n|     Analog Output (PWM)    |       X     |      X           |\n|     Digital Input    |       X     |      X           |\n|     Digital Output    |       X     |      X           |\n|     i2c Primitives  |       X     |      X           |\n|     Servo Motor Control  |       X     |      X           |\n|     DHT Temperature/Humidity Sensor  |       X     |                 |\n|     OneWire Primitives |       X     |                 |\n|     HC-SR04 Sonar Distance Sensor  |       X     |                 |\n|     SPI Primitives  |       X     |                 |\n|     Stepper Motor Control (AccelStepper) |       X     |                 |\n|    Python Threaded Client Included  |       X     |      \n|    Python Asyncio Client Included  |       X     |\n|    Support For STM32 Boards (Black Pill)|       X     |    \n|    Designed To Be User Extensible |       X     |                 |\n|    Integrated Debugging Aids Provided |       X     |                 |\n|    Examples For All Features |       X     |                 |\n\n\n\nThe project consists of a \n[Python client API](https://htmlpreview.github.io/?https://github.com/MrYsLab/telemetrix/blob/master/html/telemetrix/index.html)\nused to create a Python \nclient \napplication and C++ servers that communicate with the Python client over a serial or WiFi link. \n\nThis repository is the Python 3 client API.\n\nThe server for Arduino serial linked devices is called\n[Telemetrix4Arduino](https://github.com/MrYsLab/Telemetrix4Arduino).\n\nThe WiFi server for ESP8266 devices is called\n[Telemetrix4Esp8266](https://github.com/MrYsLab/Telemetrix4Esp8266).\n\nA [User's Guide](https://mryslab.github.io/telemetrix/) explaining installation and use is available online.\n\nHistorically, Telemetrix was developed in phases, and the directories for those phases \nwere left \nintact for those interested in the project's beginnings. You may view a discussion of \nthese phases on the\n[Bots In Pieces](https://mryslab.github.io/bots-in-pieces/arduino,stm32,firmata/2020/09/20/telemetrix-phase-1.html) blog.\n\nProgrammed with [Pycharm](https://www.jetbrains.com/pycharm/)  ![](https://resources.jetbrains.com/storage/products/company/brand/logos/PyCharm_icon.svg)\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0-or-later",
    "summary": "Telemetrix Client",
    "version": "1.39",
    "project_urls": null,
    "split_keywords": [
        "telemetrix",
        " arduino",
        " uno",
        " esp8266",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05bfb95bcc0a2883bf05c2121370c57e2988204a70ad18a9b5e72769f90b81d7",
                "md5": "36a610d4123993b0533c675f43e3408f",
                "sha256": "3363904883191a66d473f273d209652b8264cfeb2f1280e8c4209042b0289285"
            },
            "downloads": -1,
            "filename": "telemetrix-1.39-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "36a610d4123993b0533c675f43e3408f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 260221,
            "upload_time": "2024-03-26T16:42:30",
            "upload_time_iso_8601": "2024-03-26T16:42:30.645134Z",
            "url": "https://files.pythonhosted.org/packages/05/bf/b95bcc0a2883bf05c2121370c57e2988204a70ad18a9b5e72769f90b81d7/telemetrix-1.39-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e71b3b3bdad70c698d48c4adf67a1d3ff568fbe5b853bd386af04796a9451474",
                "md5": "5a52344c82ba56b3f8a9eff197dca31d",
                "sha256": "f073d0e85d0f8afe16378562d891901732317fa58dccf791c514bda6501dfc0d"
            },
            "downloads": -1,
            "filename": "telemetrix-1.39.tar.gz",
            "has_sig": false,
            "md5_digest": "5a52344c82ba56b3f8a9eff197dca31d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 160273,
            "upload_time": "2024-03-26T16:42:33",
            "upload_time_iso_8601": "2024-03-26T16:42:33.019730Z",
            "url": "https://files.pythonhosted.org/packages/e7/1b/3b3bdad70c698d48c4adf67a1d3ff568fbe5b853bd386af04796a9451474/telemetrix-1.39.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-26 16:42:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "telemetrix"
}
        
Elapsed time: 0.22498s