Find out quickly if a room is occupied
Motiosense is a Slack bot written in Python. There are two modes that motiosense
can run in: server
and client
. Both modes are implemented as Python scripts and run as systemd
services.
Server Mode
The Server mode handles the command parsing and responses. See main.py.
Client Mode
The Client mode alerts the server
of the status of the motion sensor. It can run on any system that has Python
installed. See sensor.py.