Module to control remote microcontrollers over HTTP and SSH
Documentation»
·
Report Bug
·
Request Feature
Most of this project was designed to control Arduino boards connected to Raspberries over HTTP. It was only tested on GNU/Linux so it may not work on Windows or MAC.
- Python 3.7.3
We recommend to use the Metabase docker to visualize the SQLite database.
You can edit the databases with the sqlite3 cli.
- Clone the repo
git clone https://github.com/icarosadero/raspi_network.git cd raspi_network
- Install Python packages
pip3 install -r requirements.txt
- Create blank databases to start
python3 generate_databases.py
TO BE DONE
See the open issues for a list of proposed features (and known issues).
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPLv3 License. See LICENSE
for more information.
Ícaro - icarosadero@gmail.com
Project Link: https://github.com/icarosadero/raspi_network