1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/Touchgui/README.md Thu Jun 04 14:50:33 2015 +0200 1.3 @@ -0,0 +1,64 @@ 1.4 +Touch Notifier Companion App 1.5 +============================ 1.6 +The Touch Notifier Companion App is a simple app that receives data wirelessly and notifies a user if the Touch Sensor (https://software.intel.com/en-us/iot/sensor/grove-buzzer) is being touched. The Touch Notifier node.js/IoT project sends this data to a connected client when running on a IoT platform such as a development board with the sensor connected. This sensor is included in the Grove Starter Kit Plus - IntelĀ® IoT Edition. For more information, go to https://software.intel.com/en-us/iot/devkit. 1.7 + 1.8 +Intel(R) XDK 1.9 +------------------------------------------- 1.10 +This sample is part of the Intel(R) XDK IoT Edition. 1.11 +Download the Intel(R) XDK IoT Edition at https://software.intel.com/en-us/html5/xdk-iot. To see the technical details of the sample, 1.12 +please visit the sample article page at http://software.intel.com/en-us/html5/articles/iot-touch-notifier-nodejs-&-companion. 1.13 + 1.14 + 1.15 +Important App Files 1.16 +--------------------------- 1.17 +* index.html 1.18 +* icon.png 1.19 +* screenshot.png 1.20 +* app.json 1.21 +* README.md 1.22 +* js/* 1.23 +* app_framework/* 1.24 +* css/* 1.25 +* jquery/* 1.26 + 1.27 +License Information Follows 1.28 +--------------------------- 1.29 +Copyright (c) 2014, Intel Corporation. All rights reserved. 1.30 + 1.31 +Redistribution and use in source and binary forms, with or without modification, 1.32 +are permitted provided that the following conditions are met: 1.33 + 1.34 +- Redistributions of source code must retain the above copyright notice, 1.35 + this list of conditions and the following disclaimer. 1.36 + 1.37 +- Redistributions in binary form must reproduce the above copyright notice, 1.38 + this list of conditions and the following disclaimer in the documentation 1.39 + and/or other materials provided with the distribution. 1.40 + 1.41 +- Neither the name of Intel Corporation nor the names of its contributors 1.42 + may be used to endorse or promote products derived from this software 1.43 + without specific prior written permission. 1.44 + 1.45 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 1.46 +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 1.47 +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1.48 +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 1.49 +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 1.50 +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 1.51 +GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1.52 +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1.53 +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 1.54 +OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1.55 + 1.56 + 1.57 +App Framework 1.58 +----------------------------------------------------------------------------- 1.59 +http://app-framework-software.intel.com/ 1.60 +source: https://github.com/01org/appframework 1.61 +license: https://raw.githubusercontent.com/01org/appframework/master/license.txt 1.62 + 1.63 +jQuery 1.64 +----------------------------------------------------------------------------- 1.65 +http://jquery.com/ 1.66 +source: https://github.com/jquery/jquery 1.67 +license: https://raw.githubusercontent.com/jquery/jquery/master/LICENSE.txt