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