models/libraries/ntp_base library
Base class for platform-specific NTP (Network Time Protocol) clients.
This abstract class defines the common configuration parameters and
interface for retrieving the current UTC time from an NTP source.
Concrete implementations (e.g., for mobile/desktop using UDP sockets,
or for web using HTTP APIs) should extend this class and provide the
platform-specific logic in the now method.