Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

V2.00.02

Release Date

December 7th, 2017

Requirements

  • µC/TCP-IP V3.02.00 or more recent.
  • µC/CPU V1.30.00 or more recent.
  • µC/LIB V1.38.00 or more recent.
  • µC/Common V1.00.00 or more recent.
  • µC/Shell V1.03.01 or more recent [optional].
  • µC/DNS V2.00.01 or more recent [optional].

New features & improvements

None.

API Changes

None.

Bug Fixes

  • (52) Fixed local variable in SNTPc_Rx() declared with wrong data type which caused an issue on big endian platforms.
  • (251) Fixed a bug where SNTPc_ReqRemoteTime() may return an uninitialized value.

V2.00.01

Release Date: 2015-06-05

Requirements

  • µC/TCP-IP V3.02.00 or more recent.
  • µC/CPU V1.30.00 or more recent.
  • µC/LIB V1.38.00 or more recent.
  • µC/Common V1.00.00 or more recent.
  • µC/Shell V1.03.01 or more recent [optional].
  • µC/DNS V2.00.01 or more recent [optional].

New features & improvements

None.

API Changes

None.

Bug Fixes

  • Forced SNTPc socket to be in Blocking mode to override NET_SOCK_DFLT_NO_BLOCK_EN option.
  • Fixed fractions of second calculation ofsecondcalculation error that occurs with some compilers. 

V2.00.00

Release Date: 2014-09-12

Requirements

  • µC/TCP-IP V3.02.00 or more recent.
  • µC/CPU V1.30.00 or more recent.
  • µC/LIB V1.38.00 or more recent.
  • µC/Common V1.00.00 or more recent.
  • µC/Shell V1.03.01 or more recent [optional].
  • µC/DNS V2.00.01 or more recent [optional].

New features & improvements

  • Support of µC/TCP-IP V3.02
  • Support IPv6
  • Integrated µC/DNSc hostname resolution feature. (Only if µC/DNSc is included and properly initialized).
  • Added a new time stamp type newtime stamptype SNTP_TS.  
  • Added Run-time configuration with SNTPc_CFG.
  • Changed SNTPc_GetRemoteTime() to add precision.
  • Deleted the function SNTPc_GetLocalTime() and replaced by NetUtil_TS_Get_ms().
  • Added Shell Command functions. 

API Changes

Bug Fixes

None.