SNTP Time related query

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SNTP Time related query

Jump to solution
611 Views
utsavikalpesh
Contributor V

Hi,

I am working with CodeWarrior v10.6 and MQX v4.0.

I am following security_email demo and getting the time from time.nis.gov.  I am getting date time properly with UDP port 37.

Now query is default time on MQX is from 01/01/1970 and default time of time.nis.gov is from 01/01/1900. If both have a different default Year How I am getting a proper Current time?? There should be 70 year deference as per my knowledge.

Can anybody tell me how SNTP working in detail?? There is only sntp_oneshot and sntp_inti function available in rtcs library. No more detail I got.  

Tags (4)
0 Kudos
1 Solution
415 Views
DavidS
NXP Employee
NXP Employee

Hi Utsavi,

Attached ZIP has example code to manually or automatically or set default time based on last compile time of application.

I last tested about a year ago on TWR-K70F120M tower kit.  Ignore the SSL stuff.

Hope it helps.

Regards,

David

View solution in original post

0 Kudos
2 Replies
416 Views
DavidS
NXP Employee
NXP Employee

Hi Utsavi,

Attached ZIP has example code to manually or automatically or set default time based on last compile time of application.

I last tested about a year ago on TWR-K70F120M tower kit.  Ignore the SSL stuff.

Hope it helps.

Regards,

David

0 Kudos
415 Views
utsavikalpesh
Contributor V

Hi David,

Thanx for reply.

0 Kudos