https://github.com/mryslab/banyan_bits
An eclectic mix of python-banyan components and projects.
https://github.com/mryslab/banyan_bits
Last synced: about 1 month ago
JSON representation
An eclectic mix of python-banyan components and projects.
- Host: GitHub
- URL: https://github.com/mryslab/banyan_bits
- Owner: MrYsLab
- License: agpl-3.0
- Created: 2022-12-27T16:34:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T18:14:18.000Z (over 3 years ago)
- Last Synced: 2024-10-18T20:49:28.862Z (over 1 year ago)
- Language: Python
- Size: 232 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UNDER CONSTRUCTION
# Banyan Bits
Banyan Bits is an eclectic collection of
[Python Banyan](https://mryslab.github.io/python_banyan/) centric code and projects.
This repository will be updated on an irregular basis.
This repository currently contains:
* Samples of simple Banyan components that can act as a coding template for creating
new Banyan components.
* Echo client/servers, written in both asyncio and traditional Python.
* A project that integrates Node-RED, Python Banyan, and Telemetrix. It is comprised
of code for the following:
* A Node-RED dashboard that sends and receives OneGPIO messages via a WebSocket.
* A Python Banyan WebSocket gateway for Node-RED.
* A Python Banyan-TelemetrixAIO gateway to control an Arduino Uno GPIO.
* A Python Banyan component to initialize pin modes when the application starts.


## Prerequisites
The following needs to be installed on your system:
* python_banyan
* [telemetrix-aio]()
* Node-RED

This project was developed with [Pycharm](https://www.jetbrains.com/pycharm/)