Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 915 Bytes

README.md

File metadata and controls

48 lines (37 loc) · 915 Bytes

SRC_Client

A simple python client for the SRC_Server.

Usage

python src_client.py speed|battery

Install

MacOS/Linux
git clone https://github.com/OkemosSRC/SRC_Client.git
cd SRC_Client
# create a virtual environment
python3 -m venv venv
source venv/bin/activate
# install dependencies
pip install -r requirements.txt
# add executable permissions
python src_client.py speed
# or 
python src_client.py battery
Windows
git clone https://github.com/OkemosSRC/SRC_Client.git
cd SRC_Client
# create a virtual environment
python3 -m venv venv
. venv\Scripts\activate
# install dependencies
pip install -r requirements.txt
python src_client.py speed
# or 
python src_client.py battery

License

This project is licensed under the GNU General Public License v3.0.

The full license text can be found here.