Sample-Server icon indicating copy to clipboard operation
Sample-Server copied to clipboard

Sample-Server implementation based on open62541, showcases umati endorsed OPC UA companion specifications. Provides a :whale2: :package: to run locally for development purpose.

Results 47 Sample-Server issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/umati/Sample-Server). ## Config Migration Needed - [ ]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | patch | `v4.1.5` -> `v4.1.6` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | deps/open62541 | digest | `bb09955` -> `d35d7ed` | --- ### Configuration 📅 **Schedule**:...

The sample-server tries to set the namespace URI to "urn:UmatiSampleServer" https://github.com/umati/Sample-Server/blob/84928ab3bc853491c8a483be660384b5b33fb42f/SampleServer.cpp#L123 However, this is not correctly applied. ![image](https://github.com/umati/Sample-Server/assets/78025519/7f3422f3-2b25-4d08-a36d-a559a3b466b3). An instance of the sample-server is running on opc.tcp://opcua.umati.app:4840. Can probably be...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [super-linter/super-linter](https://togithub.com/super-linter/super-linter) | action | minor | `v6.0.0` -> `v6.8.0` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | deps/googletest | digest | `fa6de7f` -> `33af80a` | --- ### Configuration 📅 **Schedule**:...

Trying Ua-CloudPublisher to SampleServer: `Endpoint does not support the user identity type provided.`

bug

After VM went offline and required a reset I found that the Sample Server memory use grows over time. Here's overall VM memory consumption: ![image](https://github.com/umati/Sample-Server/assets/24548068/bf6b3754-6df8-4569-9fc2-8d415fcedde5) And this is memory (in...

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

enhancement

https://github.com/umati/Sample-Server/blob/a94b2f258a74261b72d6e63f94447f9bf28ddb0c/GMS/FullGMS.cpp#L115-L117