w5500-sntp

Crates.iow5500-sntp
lib.rsw5500-sntp
version0.5.0
sourcesrc
created_at2022-03-28 01:10:58.159067
updated_at2024-06-09 20:12:57.425979
descriptionSNTP client for the Wiznet W5500 internet offload chip.
homepagehttps://github.com/newAM/w5500-rs
repositoryhttps://github.com/newAM/w5500-rs
max_upload_size
id557508
size39,280
Alex Martens (newAM)

documentation

README

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

Commit count: 382

cargo fmt