Skip to content

jorisbaiutti/sensorproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry

Requirements

  • Python 3+

Installation

Installation

$ virtualenv3 venv
$ . ./venv/bin/activate
$ pip3 install paho-mqtt tinkerforge

Systemd unit /etc/systemd/system/dapo.service:

[Unit]
Description=dapo
After=network.target

[Service]
ExecStart=/usr/bin/python3 /home/pi/raspberry/gateway.py
Restart=always
RestartSec=10

[Install]
WantedBy=multi-user.target

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages