Hi Maurice

Yes of course I am aware of the Qt OpcUA module. I even saw presentations ,
read all their blog posts and went through their source code, all in the
hope to find a server API.

Sadly they mentioned somewhere that they did not plan a server API in the
future, so here we are.

Of course I wanted to try and share their structure, but it was not fitting
to my needs. Basically they try to map most of OPC UA concepts and
funcionality to Qt C++, while my approach is more a high-level abstraction.

I designed my API to deal the least as possible with OPC fine grained
details and just be able to expose data to OPC UA as fast and as easy as
possible.

Also I believe there is a company behind that Qt module, so they might have
the resources to maintain an official Qt contribution, me on the other hand
is just me.

I made the source open so maybe other people find it useful, or maybe
somebody with resources can pour effort on it and make it better.

Let me know if you have any thoughts.



On Thu, Apr 11, 2019 at 8:57 AM Maurice Kalinowski <maurice.kalinow...@qt.io>
wrote:

> Hey Juan,
>
>
>
> That certainly looks interesting. Are you aware of the Qt OpcUA module?
>
> https://github.com/qt/qtopcua
>
>
>
> Right now it focusses on the client side, but long term servers might
> become more important for us. Especially the gateway scenario of converting
> classic and proprietrary protocols to Opc/UA seems a regular use-case.
>
>
>
> Anyways, the benefit of merging the efforts would be that a lot of classes
> can be shared among client and server and hence lead to easier dev
> experience.
>
>
>
> BR,
>
> Maurice
>
>
>
> P.S.: I only had a quick glance at the code, Frank, Jannis and Rainer
> might have some more time to look into it.
>
>
>
>
>
> *From:* Development <development-boun...@qt-project.org> *On Behalf Of *Juan
> Gonzalez Burgos
> *Sent:* Wednesday, April 10, 2019 5:10 PM
> *To:* development@qt-project.org
> *Subject:* [Development] Qt wrapper for UPC UA Server stack (open62541)
>
>
>
> Hi guys,
>
>
>
> This is pretty much WIP, but I would like some thoughts or even
> contributions.
>
>
>
> https://github.com/juangburgos/QUaServer
>
>
>
> Thanks,
>
_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to