Skip to content
Snippets Groups Projects
Commit 6776d25c authored by NTUMBA WA NTUMBA Patient's avatar NTUMBA WA NTUMBA Patient
Browse files

Optimize timestamp computing

parent 3b4d313e
No related branches found
No related tags found
Loading
No preview for this file type
No preview for this file type
......@@ -33,7 +33,7 @@ public class DPWSService extends DefaultService
this.addBinding(new HTTPBinding(
IPNetworkDetection.getInstance().getIPAddressOfAnyLocalInterface("128.93.65.234", false),
IPNetworkDetection.getInstance().getIPAddressOfAnyLocalInterface("128.93.64.132", false),
5678,
"DPWSService",
DPWSCommunicationManager.COMMUNICATION_MANAGER_ID)
......
......@@ -92,7 +92,7 @@ public class DpwsObserver extends DefaultClient {
HTTPBinding binding = new HTTPBinding(
IPNetworkDetection.getInstance().getIPAddressOfAnyLocalInterface("128.93.64.132", false),
IPNetworkDetection.getInstance().getIPAddressOfAnyLocalInterface("128.93.65.234", false),
10236,
"/EventSink",
DPWSCommunicationManager.COMMUNICATION_MANAGER_ID);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment