From 731517cb3db814274a66a32c7b77fbb1dc9bae44 Mon Sep 17 00:00:00 2001 From: VG Date: Sun, 1 Feb 2015 02:06:06 +0100 Subject: Add daemon and client examples --- readme.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'readme.rst') diff --git a/readme.rst b/readme.rst index 4737ef5..7bd9e9b 100644 --- a/readme.rst +++ b/readme.rst @@ -10,3 +10,11 @@ Simple control is done on the serial line. Exemple with python: import serial s = serial.Serial('/dev/serial/device', baudrate=9600) s.write(b't') # toggle switch + + +In `doc` directory, there is example of a daemon to turn light on and off from +a jolla phone (a simple python script easily adaptable: 3 lines). The daemon +can also turn on light in the good time range by just detecting the phone mac +address requesting an address on the dhcp local server. This possibility is +only available if the dhcp server is on the same device as where the usb servo +switch is plugged into. -- cgit v1.2.3