Skip to content

OkemosSRC/SRC_Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages