From 5e35d5eb6beadd028fdf8419e49bbc5e0640d426 Mon Sep 17 00:00:00 2001 From: sriramsv Date: Fri, 17 Oct 2014 13:45:25 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c59f54..200cab4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ Autoremote-python ================= -Here is a small autoremote python wrapper module. I use it on my raspberry pi. Copy the module on any linux machine into /usr/lib/python/2.x/ import the module in your python code: Then you can you mainly two functions: 1)autoremote.autoremote_send('YOUR MESSAGE IN QOUTES'') +Here is a small autoremote python wrapper module. I use it on my raspberry pi. Copy the module on any linux machine into /usr/lib/python/2.x/ import the module in your python code: Then you can mainly use two functions: + +1)autoremote.autoremote_send('YOUR MESSAGE IN QOUTES') 2)autoremote.autoremote_reg() +The first one will send any message and the second one will register the device on your other android devices or even eventghost on windows. + There are few variables which I have marked. change the key to your respective autoremote key and localip to your device IP address.