nCube Thyme Java

Application Dedicated Node Device Platform based on Java.

Node Device

IoT

v2.0.0
July 14, 2017

nmsung@keti.re.kr
Sung, Nak-Myoung

Git Hub Project Link
nCube-Thyme-Java

 

Gub Hub Release Direct DownLoad Link
Direct Link Revision Release Date
master.zip v2.0.0 July 2017

Installation

nCube-Thyme for Java is developed with java.

– [Eclipse IDE] Download and install Eclipse IDE from the URL.(http://eclipse.org)

 

Configuration

  • Open the &Cube-Thyme for Java project
  • Modify configuration file “conf.json” per your setting
    "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"
        }
    ]

Dependency External Libraries

This is the list of external library dependencies for &Cube:Thyme Java

  • org.json
  • org.apache.http
  • org.eclipse.paho.client.mqttv3

Document

If you want more details please dowload the full installation guide document.

 

nCube-Thyme for Java


Introduction

nCube-Thyme is an open source IoT device application entity based on the oneM2M (http://www.oneM2M.org) standard. &Cube-Thyme consists of three versions: Node.js version, Java version and Android version.

Connectivity stucture

nCube-Thyme implementation of oneM2M ADN-AE can be connected to MN-CSE or IN-CSE.

BSD 3-Clause License

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.