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

Use of EndpointUrl from configuration #115

Closed
huebl opened this issue Feb 22, 2019 · 0 comments
Closed

Use of EndpointUrl from configuration #115

huebl opened this issue Feb 22, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@huebl
Copy link
Contributor

huebl commented Feb 22, 2019

When specifying a EndpointUrl in the configuration file different forms are possible. The possible forms are briefly described below.

opc.tcp://@hostname@:4801
The application replaces @hostname@ with the hostname. The application binds all ip addresses of the host. The URL with the real host name is returned to clients during discovery.

opc.tcp://Hostname:4801
The application binds all ip addresses of the host. The URL with the real host name is returned to clients during discovery.

opc.tcp://81.45.23.12:4801
The application binds only the specific ip address. The ip address is returned to clients during discovery.

opc.tcp://[fe80::54ec:365b:5549:a34a]:4801
The application binds only the specific ip address. The ip address is returned to clients during discovery.

@huebl huebl added the enhancement New feature or request label Feb 22, 2019
@huebl huebl added this to To Do in Release-4.0.0 Feb 22, 2019
@huebl huebl moved this from To Do to In Progress in Release-4.0.0 Apr 10, 2019
@huebl huebl closed this as completed Apr 10, 2019
@huebl huebl moved this from In Progress to Done in Release-4.0.0 Apr 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Release-4.0.0
  
Done
Development

No branches or pull requests

1 participant