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