Touchiot/README.md

changeset 0
e8ccd40d0ef6
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Touchiot/README.md	Thu Jun 04 14:50:33 2015 +0200
     1.3 @@ -0,0 +1,67 @@
     1.4 +Touch Notifier Node.js IoT App
     1.5 +============================
     1.6 +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.
     1.7 +
     1.8 +Intel(R) XDK IoT Edition
     1.9 +-------------------------------------------
    1.10 +This template 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 https://software.intel.com/en-us/html5/articles/iot-touch-notifier-nodejs-and-html5-samples.
    1.13 +
    1.14 +
    1.15 +Important App Files
    1.16 +---------------------------
    1.17 +* main.js
    1.18 +* package.json
    1.19 +* icon.png
    1.20 +* README.md
    1.21 +
    1.22 +License Information Follows
    1.23 +---------------------------
    1.24 +Copyright (c) 2014, Intel Corporation. All rights reserved.
    1.25 +
    1.26 +Redistribution and use in source and binary forms, with or without modification, 
    1.27 +are permitted provided that the following conditions are met:
    1.28 +
    1.29 +- Redistributions of source code must retain the above copyright notice, 
    1.30 +  this list of conditions and the following disclaimer.
    1.31 +
    1.32 +- Redistributions in binary form must reproduce the above copyright notice, 
    1.33 +  this list of conditions and the following disclaimer in the documentation 
    1.34 +  and/or other materials provided with the distribution.
    1.35 +
    1.36 +- Neither the name of Intel Corporation nor the names of its contributors 
    1.37 +  may be used to endorse or promote products derived from this software 
    1.38 +  without specific prior written permission.
    1.39 +
    1.40 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
    1.41 +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 
    1.42 +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
    1.43 +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
    1.44 +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
    1.45 +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 
    1.46 +GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
    1.47 +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
    1.48 +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 
    1.49 +OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    1.50 +
    1.51 +mraa
    1.52 +--------------------------------------------
    1.53 +* Included on the IoTDevkit Linux Image 
    1.54 +
    1.55 +* source:  https://github.com/intel-iot-devkit/mraa
    1.56 +* license:  https://github.com/intel-iot-devkit/mraa/blob/9d488c8e869e59e1dff2c68218a8f38e9b959cd7/cmake/modules/LICENSE_1_0.txt
    1.57 +
    1.58 +express
    1.59 +--------------------------------------------
    1.60 +http://expressjs.com/
    1.61 +
    1.62 +* source: https://github.com/strongloop/express
    1.63 +* license: https://github.com/strongloop/express/blob/master/LICENSE
    1.64 +
    1.65 +socket.io
    1.66 +--------------------------------------------
    1.67 +http://socket.io/
    1.68 +
    1.69 +* source: https://github.com/Automattic/socket.io
    1.70 +* license: https://github.com/Automattic/socket.io/blob/master/LICENSE

mercurial