reading time from public internet time servers.
2 次查看(过去 30 天)
显示 更早的评论
Hi Everyone,
I am doing a project which requires time stamp from time servers on internet and i have paused here.Is there any way to establish connection to time server and then read time from it?
waiting for replies
thanks
5 个评论
Jason Ross
2012-2-6
Walter's questions are spot-on. You need to answer them before any further progress can be made, as the implementation depends on what you mean by "time stamp", "time servers", "establish connection" and "read time".
Note that you also need to care about latency of connections, number of connections you are making (as to not make a DDOS) attack, and if you can make use of existing infrastructure or methods in place to synchronize time (e.g. broadcast packets on your network that are routed from a time server).
You also need to know what kind of accuracy you are shooting for. That gets into a whole other level of discussion. As well as knowing if you are "right".
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Installation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!