From 0ea74dff64f62cdb5c37384f1e1aa9c0ff6cd624 Mon Sep 17 00:00:00 2001 From: Andrey Pohilko Date: Mon, 18 Sep 2017 21:53:33 +0300 Subject: [PATCH] Instruction for android remote --- vernie/android_remote.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/vernie/android_remote.py b/vernie/android_remote.py index 71c857c..ea7f525 100644 --- a/vernie/android_remote.py +++ b/vernie/android_remote.py @@ -1,5 +1,10 @@ -# use android remote to control vernie -# https://play.google.com/store/apps/details?id=com.mscino.sensornode +""" +To use it, install this android app: + https://play.google.com/store/apps/details?id=com.mscino.sensornode +Then open app on phone and choose "Stream" => "Stream live data (XML)". +Check the "Accelerometer" option and put your IP address into corresponding filed. +Specify port there as 8999, and enable streaming. Then run this script on computer. +""" import logging import socket import time