Touchgui/README.md

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

mercurial