A simple python script to sync scan data between the Crownstone cloud and the Sense DB.
Simply call it with python as
python sync.py
Usernames and passwords for the Crownstone cloud and the Sense DB can either be set as environment variables:
CROWNSTONE_USER
CROWNSTONE_PASSWORD
SENSE_USER
SENSE_PASSWORD
or entered at startup in the script.
Exit script with Ctrl + C