Skip to content

mackay/ble_detector

Repository files navigation



# Raspberry Pi

sudo python ./start_detector.py -l -1 -t 150 --uuid black --api http://192.168.25.66:8080/api
sudo python ./start_detector.py -l -1 -t 150 --uuid blue --api http://192.168.25.66:8080/api
sudo python ./start_detector.py -l -1 -t 150 --uuid green --api http://192.168.25.66:8080/api

# Central Server

python ./start_server.py --host 192.168.25.66 --port 8080


# Agent reacting to locations

sudo python ./test_agent.py --led --rate 1000 --stale 1000 --map bed,155,10,54,dining,0,255,0,living,0,0,255 http://192.168.25.66:8080/api

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published