Skip to content

Inclusion of custom server bind address

Balakrishna Balakrishna requested to merge feature/server_binding_option into master

The custom opcua server bind option is added and it can be parced with command line option -a or server_ip_address=. If no ip address is mentioned, then server is listening on all interfaces

modified: cli.h modified: keep_alive_publisher.h modified: keep_alive_subscriber.h modified: server.c

Test: Program is tested

Merge request reports