Götz Görisch
Götz Görisch
e.g. add command to run a MQTT broker: `docker run -it -p 1883:1883 eclipse-mosquitto:2.0.10 mosquitto -c /mosquitto-no-auth.conf`
Using server implementation: https://gitlab.com/umati/infrastructure/TruMark Log excerpt: ``` 2023-03-15 10:23:56,582 [DashboardOpcUaClient] INFO void __cdecl Umati::Util::ConfigureLogger(const class std::basic_string &):44 Logger Configured: DashboardOpcUaClient 2023-03-15 10:23:56,583 [DashboardOpcUaClient] INFO int __cdecl main(int,char *[]):61 Start Dashboard...
With #344 we patch paho.mqtt to allow usage of LibreSSL. This should be upstream, that we don't need to patch.
Switch back to using mbdTLS after this is now able to generate certificates in the context of open62541. https://github.com/open62541/open62541/pull/6145
https://github.com/umati/Sample-Server/blob/a94b2f258a74261b72d6e63f94447f9bf28ddb0c/GMS/FullGMS.cpp#L115-L117
Evaluate the use of this new feature https://github.com/open62541/open62541/pull/4916
The shall report _NamespaceURI_ of the organsation, defining the information _UnitId_ _DisplayName_ _Description_ Currently only the _DisplayName_ is reported.
- [ ] TypeDefinition for new statemachines and machinery items - [ ] Update instances with the MachineryBuildingBlocks and StateMachines - [ ] Add simulation for new statemachines