Tool/software: Code Composer Studio
Hey,
we are absolute beginners in µc programming and have couple questions.
we are trying to get the current time from an NTP server and display it on our µcboard using an the BoosterPack MK2 (the display module)
we are looking for an implementation to send and receive UDP.NTP packets using ethernet. (board connected to pc via ethernet)
how do we send and receive these packets?
which driverlib functions are necessary, which headers do we need to include?
found this implementation for an arduino board, but we are not sure how do apply it on our board.....
https://www.arduino.cc/en/Tutorial/UdpNtpClient
We are thankful for any advice and help!