New features:
- Remote commands for actuators, see the CAN actuators guide and the SOME/IP guide.
- Network agnostic data collection and actuator commands.
- SOME/IP support, see the SOME/IP guide for data collection and commands, the Device shadow proxy for SOME/IP guide, and the CAN over SOME/IP guide.
- String datatype support for both sensor data collection and actuator commands.
- Last Known State (LKS), a lighter method of data collection.
- Custom functions in expressions.
- Store and forward, for conditional upload of collected data.
- UDS DTC data collection.
Breaking changes:
- The
collectionSchemeListTopic
,decoderManifestTopic
,canDataTopic
andcheckinTopic
config fields are deprecated. If a config file has any of them, they will be ignored. Now FWE defaults to AWS reserved topics without needing any additional config. If you still need to customize the topics you can set the prefix using the newiotFleetWiseTopicPrefix
field. - Only affects existing iWave and Android instances: Replaced the CAN-based
CustomDataSource
implementation with the new Network agnostic data collection approach for custom data sources. Existing iWave and Android instances will need to be re-configured and have changes made to their decoder manifest to use this new version.- For iWave devices, see the iWave guide.
- For Android (including AAOS), see the Android guide.