Dear TI Community members,
I am trying to implement the SNTP protocol to my project for which I looked upon over internet and also searched this community forum so I got that the sample code present in the TI resource explorer httpsgetCC3100_EK_TM4C1294XL_TI which implements the SNTP protocol in it.
So I tried to copy the SNTP only section of this code and to test the code I created a separate project where I used the tcp protocol from the TI NDK and include the ip protocol to run the board on the static ip address.
First of all during the building process I encountered tons of errors related to the project , so I sorted out them one by one anyhow after seeking help from documents , community and internet. During this process of rectifying the errors I saw that the sntp source files are interlinked with the simplelink file and therefore is linked to various other protocols like http, wireless wifi module etc.
But I want not to use those protocols , I just want to used my application which is running on tcp/ip and is communicating to a remote client on the socket based architecture. Now in this application I want to add one more protocol and that is of SNTP.
So , I want to know that how should I proceed and how can I get sntp protocol running in my system.
regards
Piyush Pandey