It enables the communication between an user device and the wordclock from CLOCKdesign. The index.html file contains a simple interface for the average user. It enables to update the time on the clock to the current localtime.
For a deeper interaction with the wordclock there is a debug interface.
It can be accessed by adding ?debug
to the end of the url.
- The BLE part is based on the javascript WebBLE API, as documented in developer.mozilla, novelbits.io and developer.chrome
- The site is pushed to an FTP server on every git push. On the
dev
branch it is published to dev.clockdesign.ch and on themain
branch to config.clockdesign.ch. - Hiding the debug interface is done with a separate css class that is set to visible if the url ends in
debug
.