open62541 implentation #3415
Closed
roblahnst
started this conversation in
Feature requests
Replies: 1 comment
-
|
What you expect is basically what we always do. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’d like to submit a feature request regarding OPC UA support in Mongoose.
Motivation
In a number of embedded/industrial applications, OPC UA is a common requirement (integration into PLC/SCADA/MES environments, standardized information modeling, and interoperable data access). Today, MQTT is often a good fit for telemetry, but it doesn’t cover the same use cases as OPC UA (client/server, browseable information model, method calls, etc.).
For constrained targets (e.g., STM32-class MCUs), the open62541 stack is a well-established, permissively licensed OPC UA implementation and is widely used in embedded settings.
Requested feature
Add an officially supported option to use OPC UA via open62541 within Mongoose-based applications, as an alternative (or complement) to MQTT.
Concretely, this could be delivered as one of the following:
Technical notes / expectations
Why this is valuable for Mongoose
Beta Was this translation helpful? Give feedback.
All reactions