Application Dedicated Node Device Platform based on Android Java.
Git Hub Project Link |
nCube-Thyme-Android |
Gub Hub Release Direct DownLoad Link | ||
Direct Link | Revision | Release Date |
Thyme Android master.zip file | v0.9 | July 2017 |
nCube-Thyme for Android is developed with java.
"useprotocol": "http",
"cse": {
"cbhost": "203.253.128.161", //CSE host IP
"cbport": "7579", //CSE http hosting port
"cbname": "Mobius",
"cbcseid": "/Mobius",
"mqttport": "1883" //CSE mqtt broaker port
},
"ae": {
"aeid": "S",
"appid": "0.2.481.1.1",
"appname": "ae-test1", //AE name
"appport": "9727",
"bodytype": "xml",
"tasport": "3105"
},
"cnt": [
{
"parentpath": "/ae-test1",
"ctname": "cnt-co2"
},
{
"parentpath": "/ae-test1",
"ctname": "cnt-led"
}
],
"sub": [
{
"parentpath": "/ae-test1/cnt-led",
"subname": "sub-ctrl",
"nu": "mqtt://AUTOSET"
}
]
This is the list of external library dependencies for &Cube:Thyme Android
If you want more details please dowload the full installation guide document.
nCube-Thyme is an open source IoT device application entity based on the oneM2M (http://www.oneM2M.org) standard. nCube-Thyme consists of three versions: Node.js version, Java version and Android version.
nCube-Thyme implementation of oneM2M ADN-AE can be connected to MN-CSE or IN-CSE.
Copyright (c) 2017, IoTKETI All rights reserved Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
* Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.