#w5500 #sntp #wiznet #date-time

no-std w5500-sntp

SNTP client for the Wiznet W5500 internet offload chip

6 releases (breaking)

0.5.0 Jun 9, 2024
0.4.0 Oct 2, 2023
0.3.0 Aug 6, 2023
0.2.0 May 21, 2022
0.1.0-alpha.0 Mar 28, 2022

#1937 in Embedded development

Download history 50/week @ 2024-11-13 20/week @ 2024-11-20 34/week @ 2024-11-27 36/week @ 2024-12-04 67/week @ 2024-12-11 14/week @ 2024-12-18 5/week @ 2025-01-22 12/week @ 2025-02-05 9/week @ 2025-02-12 7/week @ 2025-02-19 34/week @ 2025-02-26

62 downloads per month

MIT license

120KB
1.5K SLoC

w5500-sntp

SNTP client for the Wiznet W5500 SPI internet offload chip.

Limitations

  • No support for message digests

Feature Flags

All features are disabled by default.

  • eh0: Passthrough to w5500-hl.
  • eh1: Passthrough to w5500-hl.
  • defmt: Enable logging with defmt. Also a passthrough to w5500-hl.
  • log: Enable logging with log.
  • chrono: Enable conversion to chrono::naive::NaiveDateTime.
  • time: Enable conversion to time::PrimitiveDateTime.
  • num-rational: Enable conversion to num_rational::Ratio.

Reference Documentation


lib.rs:

SNTP client for the Wiznet W5500 SPI internet offload chip.

Limitations

  • No support for message digests

Feature Flags

All features are disabled by default.

  • eh0: Passthrough to w5500-hl.
  • eh1: Passthrough to w5500-hl.
  • defmt: Enable logging with defmt. Also a passthrough to w5500-hl.
  • log: Enable logging with log.
  • chrono: Enable conversion to chrono::naive::NaiveDateTime.
  • time: Enable conversion to time::PrimitiveDateTime.
  • num-rational: Enable conversion to num_rational::Ratio.

Reference Documentation

Dependencies

~0.3–1MB
~15K SLoC