The code provided in this repository shows how to interact with a Pebble via bluetooth, and by using Python.
- The
rest.pymodule provides a really basic API for calling REST services. - The
simple_pebble.pyfile shows how to send a "ping" and a textual notification to the smartwatch. - The
music_control.pyfile shows how to use the Pebble buttons in the Music app for controlling the REST MusicServer realized in class.