Metadata-Version: 2.1
Name: rpi-remote
Version: 0.1.0
Summary: Rpi remote client
License: MIT
Author: Radics Aron
Author-email: radics.aron.jozsef@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: paramiko (>=2.12.0,<3.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Description-Content-Type: text/markdown

# Install instructions

## Run install script
```
curl -sSL https://gist.githubusercontent.com/radaron/4f844cca0ba09c8521cf13c29fbddfe1/raw | bash
```

## Edit config
```
cp config.ini.sample config.ini
```
Edit the relevan fields.

## Start service
```
sudo systemctl start rpi_remote
```

# Check logs
```
journalctl -f | grep rpi-remote
```
