File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Android and the fly likes NTP server in android Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "NTP server in android" Watch "NTP server in android" New topic
Author

NTP server in android

Tey Hsiang Weon
Greenhorn

Joined: Aug 11, 2011
Posts: 3
May I know how to create ntp server in android ? any configuration?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32769
What point would running a server on a mobile device have? How would clients connect to it?


Android appsImageJ pluginsJava web charts
Tey Hsiang Weon
Greenhorn

Joined: Aug 11, 2011
Posts: 3
one local ntp server running on one android device while another ntp client running on another android device. both android devices connect to the same network. Then, the client want to update its system time reference to ntp server.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32769
The difficulty is that a mobile device may well have a different IP address every time it connects, and it's not always connected - both are problems for an NTP server to which clients connect frequently.
 
IntelliJ Java IDE
 
subject: NTP server in android
 
Threads others viewed
Clock Synchronization in Java
Synchronize PC clock to server on network
problem in date
local NTP server
Check current time on two different Linux Box
MyEclipse, The Clear Choice