Thu, 04 Jun 2015 14:50:33 +0200
Genesis of lecture sources for Droidcon Berlin 2015 in Postbahnhof.
michael@0 | 1 | Touch Notifier Node.js IoT App |
michael@0 | 2 | ============================ |
michael@0 | 3 | 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 | 4 | |
michael@0 | 5 | Intel(R) XDK IoT Edition |
michael@0 | 6 | ------------------------------------------- |
michael@0 | 7 | This template is part of the Intel(R) XDK IoT Edition. |
michael@0 | 8 | 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 | 9 | please visit the sample article page at https://software.intel.com/en-us/html5/articles/iot-touch-notifier-nodejs-and-html5-samples. |
michael@0 | 10 | |
michael@0 | 11 | |
michael@0 | 12 | Important App Files |
michael@0 | 13 | --------------------------- |
michael@0 | 14 | * main.js |
michael@0 | 15 | * package.json |
michael@0 | 16 | * icon.png |
michael@0 | 17 | * README.md |
michael@0 | 18 | |
michael@0 | 19 | License Information Follows |
michael@0 | 20 | --------------------------- |
michael@0 | 21 | Copyright (c) 2014, Intel Corporation. All rights reserved. |
michael@0 | 22 | |
michael@0 | 23 | Redistribution and use in source and binary forms, with or without modification, |
michael@0 | 24 | are permitted provided that the following conditions are met: |
michael@0 | 25 | |
michael@0 | 26 | - Redistributions of source code must retain the above copyright notice, |
michael@0 | 27 | this list of conditions and the following disclaimer. |
michael@0 | 28 | |
michael@0 | 29 | - Redistributions in binary form must reproduce the above copyright notice, |
michael@0 | 30 | this list of conditions and the following disclaimer in the documentation |
michael@0 | 31 | and/or other materials provided with the distribution. |
michael@0 | 32 | |
michael@0 | 33 | - Neither the name of Intel Corporation nor the names of its contributors |
michael@0 | 34 | may be used to endorse or promote products derived from this software |
michael@0 | 35 | without specific prior written permission. |
michael@0 | 36 | |
michael@0 | 37 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
michael@0 | 38 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, |
michael@0 | 39 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
michael@0 | 40 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
michael@0 | 41 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
michael@0 | 42 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE |
michael@0 | 43 | GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
michael@0 | 44 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
michael@0 | 45 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
michael@0 | 46 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
michael@0 | 47 | |
michael@0 | 48 | mraa |
michael@0 | 49 | -------------------------------------------- |
michael@0 | 50 | * Included on the IoTDevkit Linux Image |
michael@0 | 51 | |
michael@0 | 52 | * source: https://github.com/intel-iot-devkit/mraa |
michael@0 | 53 | * license: https://github.com/intel-iot-devkit/mraa/blob/9d488c8e869e59e1dff2c68218a8f38e9b959cd7/cmake/modules/LICENSE_1_0.txt |
michael@0 | 54 | |
michael@0 | 55 | express |
michael@0 | 56 | -------------------------------------------- |
michael@0 | 57 | http://expressjs.com/ |
michael@0 | 58 | |
michael@0 | 59 | * source: https://github.com/strongloop/express |
michael@0 | 60 | * license: https://github.com/strongloop/express/blob/master/LICENSE |
michael@0 | 61 | |
michael@0 | 62 | socket.io |
michael@0 | 63 | -------------------------------------------- |
michael@0 | 64 | http://socket.io/ |
michael@0 | 65 | |
michael@0 | 66 | * source: https://github.com/Automattic/socket.io |
michael@0 | 67 | * license: https://github.com/Automattic/socket.io/blob/master/LICENSE |