언어 설정

Menu
Sites
Language
NTP 시간 동기화 시, Timeserver를 추가 하는 방법에 대해 알고 싶습니다.

net-config 패키지 안의, network-clock.c 파일을 보면

#define NTP_SERVER "pool.ntp.org" 로 타임서버가 하나가 등록 되어 있습니다.

이것을 타임서버 여러개로 등록하고자 할때 어떻게 해야할까요?

 

가령

#define NTP_SERVER "pool.ntp.org, time.nuri.net, time.kriss.re.kr"

처럼 여러개를 등록하고자 합니다.

 

Responses

1 댓글
s arefin

Hi, 

You can try following 
https://wiki.tizen.org/wiki/NTP_Setup
https://wiki.tizen.org/w/index.php?title=NTP_Setup&action=edit
https://developer.tizen.org/development/api-tutorials/web-application/tizen-features/system/time

Thanks.