Skip to content

WolkConnect Cpp 22.GA v4.1.0

Compare
Choose a tag to compare
@nanavuletic nanavuletic released this 24 May 10:03

This is a major overwrite of the WolkConnect-Cpp for Wolkabout IoT Platform version 22.GA/Digital Twin.
This includes also a big overhaul of the underlying WolkSDK-Cpp, now using the version v3.1.0-prerelease.

This release includes:

  • The addition of a whole new WolkSDK-Cpp that includes everything needed to connect to Wolkabout IoT Platform version 22.GA/Digital Twin.
  • Removed all the unnecessary services/entities that the connector contained and needed to connect to old versions of the platform.
  • Introduced new API classes (such as FeedUpdateHandler, ParameterHandler) that are adapted to the new entities.
  • Redone all the services to adapt to the new protocol, and separated entirely into just three - DataService, FileManagementService and FirmwareUpdateService.
  • Updated the examples, and written new ones that show the new functionalities.
  • Updated some unit tests to test the new services. These need to be further done to cover more of the connector.
  • Introduced new CMakeLists.txt changes that make the library more friendly to use, introduced the install target, new options, etc...
  • Made the entire software project more inline and consistent with WolkSDK-Cpp, and vice versa.