Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Californium (Cf) CoAP Framework » how to make helloworld server not only open for local host
how to make helloworld server not only open for local host [message #1777248] Mon, 27 November 2017 15:03
yichen hsu is currently offline yichen hsuFriend
Messages: 1
Registered: November 2017
Junior Member
I tried the helloworld server example. It works successfully and opened several endpoints as follows....

十一月 27, 2017 2:51:11 下午 org.eclipse.californium.core.CoapServer start
資訊: Starting server
十一月 27, 2017 2:51:11 下午 org.eclipse.californium.core.network.CoapEndpoint start
資訊: Starting endpoint at /127.0.0.1:5683
十一月 27, 2017 2:51:11 下午 org.eclipse.californium.core.network.CoapEndpoint start
資訊: Starting endpoint at /0:0:0:0:0:0:0:1:5683
十一月 27, 2017 2:51:11 下午 org.eclipse.californium.core.network.CoapEndpoint start
資訊: Starting endpoint at /10.20.5.39:5683
十一月 27, 2017 2:51:11 下午 org.eclipse.californium.core.network.CoapEndpoint start
資訊: Starting endpoint at /192.168.56.1:5683
十一月 27, 2017 2:51:11 下午 org.eclipse.californium.core.network.CoapEndpoint start
資訊: Starting endpoint at /10.20.101.215:5683

Both of the localhost address /127.0.0.1:5683 and my ip address /10.20.101.215:5683 work on copper with same computer. But if I try with another computer, copper cannot reach the server with the same ip address /10.20.101.215:5683 anymore. Is there any missing setting to help the server open for all endpoints?
Previous Topic:Ping over CoAP.COAP_TCP_URI_SCHEME, CoAP.COAP_SECURE_TCP_URI_SCHEME
Next Topic:Californium Documentation
Goto Forum:
  


Current Time: Fri Mar 29 14:36:15 GMT 2024

Powered by FUDForum. Page generated in 0.03082 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top