Skip to content

SKKU-ESLAB/hello-tizen-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Tizen Service

Hello Tizen Service Example

It's most simple example of Tizen service.

Prerequisites

  1. GBS configuration (~/.gbs.conf)
  2. Installation of GBS

How to Build

You can build with following command for armv7l target board.

$ gbs build -A armv7l

How to Check Log

You can determine the way to make logs by setting configurations on 'server/include/common.h'.

  1. USE_DLOG_DEBUG: You can check logs by running 'dlogutil'
  2. USE_SYSLOG_DEBUG: You can check logs by reading '/var/log/messages'
  3. USE_FILE_DEBUG: You can check logs by reading '/var/log/messages'

About

Hello Tizen Service Example - It's most simple example of Tizen service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 53.3%
  • C++ 32.0%
  • CMake 14.7%