michael@0: Touch Notifier Node.js IoT App michael@0: ============================ michael@0: The Touch Notifier Node.js sample application distributed within Intel® XDK IoT Edition under the IoT with Node.js Projects project creation option showcases how to read digital data from a Grover Starter Kit Plus – IoT Intel® Edition Touch Sensor, start a web server and communicate wirelessly using WebSockets. michael@0: michael@0: Intel(R) XDK IoT Edition michael@0: ------------------------------------------- michael@0: This template 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 https://software.intel.com/en-us/html5/articles/iot-touch-notifier-nodejs-and-html5-samples. michael@0: michael@0: michael@0: Important App Files michael@0: --------------------------- michael@0: * main.js michael@0: * package.json michael@0: * icon.png michael@0: * README.md 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: mraa michael@0: -------------------------------------------- michael@0: * Included on the IoTDevkit Linux Image michael@0: michael@0: * source: https://github.com/intel-iot-devkit/mraa michael@0: * license: https://github.com/intel-iot-devkit/mraa/blob/9d488c8e869e59e1dff2c68218a8f38e9b959cd7/cmake/modules/LICENSE_1_0.txt michael@0: michael@0: express michael@0: -------------------------------------------- michael@0: http://expressjs.com/ michael@0: michael@0: * source: https://github.com/strongloop/express michael@0: * license: https://github.com/strongloop/express/blob/master/LICENSE michael@0: michael@0: socket.io michael@0: -------------------------------------------- michael@0: http://socket.io/ michael@0: michael@0: * source: https://github.com/Automattic/socket.io michael@0: * license: https://github.com/Automattic/socket.io/blob/master/LICENSE