This repository was archived by the owner on Jul 18, 2023. It is now read-only.
Releases: mtconnect/cppagent_dev
Releases · mtconnect/cppagent_dev
Version 2.0.0.12 Release Candidate 21
What's Changed
- fixed issues when only Device.xml file changes
Version 2.0.0.12 Release Candidate 20
Version 2.0.0.12 Release Candidate 19
- Added
DisableAgentDeviceconfiguration option to suppress the creation of the agent device - Retry name resolution when DNS names do not resolve
- Fixed mruby onigma regex build on win32
- mruby can now modify mqtt topics
- Fixed some mqtt issues and cleaned up logging
Version 2.0.0.12 Release Candidate 18
- Fixed some conditions related to the monitoring of configuration files
- Limit reconnect interval to 1/2 second
- Updated demo to include Okuma machine
- MQTT initial version (requires locally running server)
to test (assuming server running on localhost 1883):
Sinks {
MqttService {
}
}
use MqttHost if the server is running somewhere else.
Version 2.0.0.12 Release Candidate 17
- Fixed warm start issues when configuration files change
Version 2.0.0.11 Release Candidate 16
This release has the following additional features:
- JSON printing with the new Version 2 style.
- See issue #2807 on the MTConnect projects site.
- Restored file monitoring.
- Restarts agent with warm start if the config file changes
- If the Device.xml file changes, it will merge the new changes with the old Device model
These features are experimental and need testing.
Release 2.0.0.1 Release Candidate 15
- Embedded M Ruby Interpreter
- Provides support for transformations that can be inserted into the pipelines
- Can create entities and observations
- There are versions with and without the Ruby Interpreter
- See: https://mruby.org
- Agent Adapter
- Replicates data from one agent to another
- Supports both HTTP and HTTPS connections
- Collects observations and assets from upstream agent and replicates to local agent
- Twin demo js has been added to the release
- See
demodirectory
- See
- Period filter changes
- Many other small changes and fixes
Version 2.0.0.1 Release Candidate 14
- Fixed recovery when SHDR value fails to validate
- Optimized adapter reader
Version 2.0.0.1 Release Candidate 13
- Suppress the addition of namespace attributes if the alias already exists in the root element.
- Forward logger reference for use by plugins. Uses agent logger.
Version 2.0.0.1 Release Candidate 11
- Fixes issue# 162 to support extended elements and namespace references in XML