Giter Club home page Giter Club logo

Comments (4)

schroeder- avatar schroeder- commented on May 24, 2024

There is OPC UA GDS, i think it is not working with the asyncua library out of the box. We should have all the building blocks, but you have put them together, from the spec.

from opcua-asyncio.

xibeisiber avatar xibeisiber commented on May 24, 2024

Thanks for your reply. I will look into the GDS

from opcua-asyncio.

xibeisiber avatar xibeisiber commented on May 24, 2024

hi, I understand the GDS is helping remote client to find the endpoints of local servers. These endpoints includes local ip address. But if the device hosting the local servers does not have a public domain, how can remote client really access these servers? Does the local device need something like "intranet penetration".

And is there an open source GDS avaiable?

from opcua-asyncio.

schroeder- avatar schroeder- commented on May 24, 2024

you need to expose it to the internet, like a webserver.

As alternative there is reverse connection. Now your server tries to connect to a client. The downside is, that the server must know the client address. Also this is currently not supported by asyncua.

A open source implementation is this https://github.com/OPCFoundation/UA-.NETStandard-Samples/blob/master/Samples/GDS/README.md

from opcua-asyncio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.