Skip to content

MicroOcppMongoose v1.1.0

Latest
Compare
Choose a tag to compare
@matth-x matth-x released this 21 May 12:22
· 4 commits to main since this release

General update of the Mongoose WS adapter with bug fixes and new features from core MicroOcpp.

PIO package: matth-x/MicroOcppMongoose@1.1.0

Most notably, the CA certificate is no longer copied into the heap memory which needs to be considered when passing it as a short-living string (see #10). Furthermore, MO-Mongoose expects hex-encoded values for the Configuration AuthorizationKey in ChangeConfiguration requests. The firmware-side interface still exposes the raw keys for backwards-compatibility, but this will be revised in v2.0 (see #4).

Changelog:

Changed

  • Adopt bool isConnected() from Connection interface (#7)
  • Do not copy cert into heap memory (#10)
  • Migrate to base64-encoder in Mongoose (#4)

Added

  • OCPP 2.0.1 compatibility (#6)
  • Send host name in TLS handshake (#9)

Removed

  • Custom config Cst_CaCert (#10)

Fixed

  • Encode AuthorizationKey in Hex (#4)