michael@0: Touch Notifier Companion App michael@0: ============================ michael@0: 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. michael@0: michael@0: Intel(R) XDK michael@0: ------------------------------------------- michael@0: This sample is part of the Intel(R) XDK IoT Edition. michael@0: 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, michael@0: please visit the sample article page at http://software.intel.com/en-us/html5/articles/iot-touch-notifier-nodejs-&-companion. michael@0: michael@0: michael@0: Important App Files michael@0: --------------------------- michael@0: * index.html michael@0: * icon.png michael@0: * screenshot.png michael@0: * app.json michael@0: * README.md michael@0: * js/* michael@0: * app_framework/* michael@0: * css/* michael@0: * jquery/* michael@0: michael@0: License Information Follows michael@0: --------------------------- michael@0: Copyright (c) 2014, Intel Corporation. All rights reserved. michael@0: michael@0: Redistribution and use in source and binary forms, with or without modification, michael@0: are permitted provided that the following conditions are met: michael@0: michael@0: - Redistributions of source code must retain the above copyright notice, michael@0: this list of conditions and the following disclaimer. michael@0: michael@0: - Redistributions in binary form must reproduce the above copyright notice, michael@0: this list of conditions and the following disclaimer in the documentation michael@0: and/or other materials provided with the distribution. michael@0: michael@0: - Neither the name of Intel Corporation nor the names of its contributors michael@0: may be used to endorse or promote products derived from this software michael@0: without specific prior written permission. michael@0: michael@0: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" michael@0: AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, michael@0: THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE michael@0: ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE michael@0: LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR michael@0: CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE michael@0: GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) michael@0: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT michael@0: LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT michael@0: OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. michael@0: michael@0: michael@0: App Framework michael@0: ----------------------------------------------------------------------------- michael@0: http://app-framework-software.intel.com/ michael@0: source: https://github.com/01org/appframework michael@0: license: https://raw.githubusercontent.com/01org/appframework/master/license.txt michael@0: michael@0: jQuery michael@0: ----------------------------------------------------------------------------- michael@0: http://jquery.com/ michael@0: source: https://github.com/jquery/jquery michael@0: license: https://raw.githubusercontent.com/jquery/jquery/master/LICENSE.txt