Metadata-Version: 2.1
Name: trainmote-module-felix-nievelstein-de
Version: 0.3.7
Summary: Application to create a web server to control a model train environment
Home-page: https://github.com/FelixNievelstein/Trainmote-Server
Author: Felix Nievelstein
Author-email: app@felix-nievelstein.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3, <4
Description-Content-Type: text/markdown
Requires-Dist: adafruit-circuitpython-ads1x15
Requires-Dist: PyBluez
Requires-Dist: RPI.GPIO
Requires-Dist: adafruit-blinka
Requires-Dist: flask



# TRAINMOTE SERVER #


## Install Trainmote server ##

First to install the Trainmote Module open the terminal and perform:

```
sudo pip3 install trainmote-module-felix-nievelstein-de
````

Next you have to setup the bluetooth settings of your raspberry pi. To do this, run the following command to open the editor nano.
```
sudo nano /lib/systemd/system/bluetooth.service
```
Now add '-C' after 'ExecStart=/usr/lib/bluetooth/bluetoothd' and restart the raspberry pi.

Great you are now ready to start the trainmote server with_
```
sudo trainmote
````

# NOTE:
Project based on python3. Therefor you have to use pip3.


