An open API service indexing awesome lists of open source software.

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.

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.

![](./images/node_red_project.png)
![](./images/cover.png)

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




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