Giter Site home page Giter Site logo

hae_tcl's Introduction

CDM Service Framework

Welcome to the CDM Service Framework.

CDM Service Framework provides easy methods to implement CDM controllee and controller applications. CDM Service Framework is based on AJTCL v16.04.

Folder Structure

cdm_tcl
+---inc
|   \---interfaces
|       +---environment
|       +---input
|       \---operation
+---samples
|   +---common
|   +---inc
|   +---IntegratedControllee
|   +---Laundry
|   +---Test
|   \---VendorDefinedInterfaces
\---src
    +---CdmControllee
    \---interfaces
        +---environment
        +---input
        \---operation
  • cdm_tcl/inc: header files
  • cdm_tcl/inc/interfaces: interface related header files
  • cdm_tcl/sampls/common: source files for device sample (AppHandler, PropertyStore)
  • cdm_tcl/sampls/inc: header files for device sample (AppHandler, PropertyStore)
  • cdm_tcl/samples/IntegratedControllee : integrated controllee
  • cdm_tcl/samples/Laundry : laundry sample
  • cdm_tcl/samples/Test: test sample for making other device sample
  • cdm_tcl/src/CdmControllee: controllee source files
  • cdm_tcl/src/interface: interface related source files

Building

You can build CDM Service Framework using 'scons'. Please refer to AllJoyn Build Instruction for more details on setting up your environment.

  • Folder structure
root-source-dir
    +---core
    |   \---ajtcl
    \---services
        +---base_tcl
        +---cdm
        \---cdm_tcl
  • Build
cd root-source-dir/core/ajtcl
scons TARG=linux WS=off VARIANT=debug


cd root-source-dir/services/base_tcl
scons TARG=linux WS=off VARIANT=debug

cd root-source-dir/services/cdm_tcl
scons TARG=linux WS=off VARIANT=debug
  • Output
cdm_tcl
+---build
\---dist
    +---bin
    +---include
    \---lib
- bin : TestSample
- lib : libajtcl_cdm.a, libajtcl_cdm.so
- inc : header files

Doxygen

  • Make manual
cd root-source-dir/services/cdm_tcl/docs
doxygen Doxygen_html

hae_tcl's People

Contributors

hwanseokchoi avatar kovalnik avatar jiny1u avatar cjac avatar ryjones avatar seungchulhan avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.