Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebSocket Support #2384

Open
dapaulid opened this issue Jan 21, 2019 · 1 comment
Open

WebSocket Support #2384

dapaulid opened this issue Jan 21, 2019 · 1 comment

Comments

@dapaulid
Copy link
Contributor

Description

The OPC UA specification Part 6 section 7.5 describes WebSockets as an alternative way for exchanging messages. The URL scheme for this is opc.wss:https://

Are there any plans to support WebSockets in open62541? This would be great for allowing browsers/Web HMIs to directly access an embedded system running an OPC UA server, especially because SOAP/HTTP has been deprecated in 1.03.

I think that the implementation should not require that much effort, since the binary protocol is the same. Therefore, the messages probably just need the additional WebSocket framing.

@matkonnerth
Copy link
Contributor

did some prototyping with libwebsockets on it #2872

Would be interesting if there are any opc ua websocket clients are available?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants