|
@@ -223,7 +223,7 @@ int main(int argc, char** argv) {
|
|
|
UA_ByteString certificate = loadCertificate();
|
|
|
UA_Server_setServerCertificate(server, certificate);
|
|
|
UA_ByteString_deleteMembers(&certificate);
|
|
|
- UA_Server_addNetworkLayer(server, ServerNetworkLayerTCP_new(UA_ConnectionConfig_standard, 16663));
|
|
|
+ UA_Server_addNetworkLayer(server, ServerNetworkLayerTCP_new(UA_ConnectionConfig_standard, 16664));
|
|
|
|
|
|
// add node with the datetime data source
|
|
|
UA_DataSource dateDataSource = (UA_DataSource) {.handle = NULL, .read = readTimeData, .write = NULL};
|