Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.
/ ntp-client-example Public archive

DEPRECATED Example program for the NTP Client library running on mbed OS

License

Notifications You must be signed in to change notification settings

ARMmbed/ntp-client-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecation note!

Please note: This repository is deprecated and it is no longer actively maintained.

mbed OS NTP Client Example

This is an example application shows how to use NTP servers in mbed OS. It uses the library found here: https://github.com/ARMmbed/ntp-client.

The example currently uses the EthernetInterface, however it is compatible with any NetworkInterface supported by mbed OS.

Get started

Import the application with mbed CLI.

mbed import https://github.com/ARMmbed/ntp-client-example
cd ntp-client-example

Now compile the example. For instance, this would compile the application for the K64F with the ARM GCC toolchain.

mbed compile -m K64F -t GCC_ARM

The binary should now be available in the BUILD folder.

License

The software is provided under the Apache-2.0 license. Contributions to this project are accepted under the same license.

About

DEPRECATED Example program for the NTP Client library running on mbed OS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages