Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cf-dev] cf-dev Digest, Vol 15, Issue 37

Hi,

Thank you so much for the prompt reply.
I request you to kindly share the corresponding jar file too since I am getting an error at the following import statement 
import org.eclipse.californium.core.network.CoapEndpoint;

Thanks and Regards,

Mayur Chandranee
ENGINEER.SOFTWARE ENGINEERING
mayurcha@xxxxxxxxx
Phone: +91 7259888722
Cisco Systems Limited




IN
Cisco.com





Think before you print.
This email may contain confidential and privileged material for the sole use of the intended recipient. Any review, use, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message.
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/index.html



-----Original Message-----
From: cf-dev-bounces@xxxxxxxxxxx [mailto:cf-dev-bounces@xxxxxxxxxxx] On Behalf Of cf-dev-request@xxxxxxxxxxx
Sent: Friday, October 30, 2015 9:30 PM
To: cf-dev@xxxxxxxxxxx
Subject: cf-dev Digest, Vol 15, Issue 37

Send cf-dev mailing list submissions to
	cf-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
	https://dev.eclipse.org/mailman/listinfo/cf-dev
or, via email, send a message with subject or body 'help' to
	cf-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
	cf-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific than "Re: Contents of cf-dev digest..."


Today's Topics:

   1. Re: How to set an IP address for an endpoint instead of
      localhost which is the default behavior (Kai)


----------------------------------------------------------------------

Message: 1
Date: Fri, 30 Oct 2015 15:31:58 +0000
From: Kai <sophokles.kh@xxxxxxxxx>
To: "Californium (Cf) developer discussions" <cf-dev@xxxxxxxxxxx>
Subject: Re: [cf-dev] How to set an IP address for an endpoint instead
	of localhost which is the default behavior
Message-ID:
	<CAFQGvK+PBf=Z8+FY17iuXNgq9ARy0DMtAj=poFPpmh4fm3PVpQ@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

Hi Mayur,

this can be done using CoapServer.addEndpoint(InetSocketAddress). You can find an example of how to do this in the HelloWorldServer example [1].

Hope this helps,
Kai

[1]
https://github.com/eclipse/californium.core/blob/master/cf-helloworld-server/src/main/java/org/eclipse/californium/examples/HelloWorldServer.java


On Fri, Oct 30, 2015 at 2:47 PM Mayur Chandranee (mayurcha) < mayurcha@xxxxxxxxx> wrote:

> Hi,
>
>
>
> I am trying to simulate multiple coap endpoints. I have multiple 
> interfaces available and I want to use 1 interface for 1 endpoint. As 
> of now the endpoint gets assigned the localhost IP. If anyone has 
> tried out how to assign a particular IP address to an endpoint, then I 
> request to share the details for the same so that I can try doing it.
>
>
>
> Thanks and Regards,
>
>
>
> [image: sign]
>
> *Mayur Chandranee*
> ENGINEER.SOFTWARE ENGINEERING
> mayurcha@xxxxxxxxx
> Phone: +91 7259888722
>
> *Cisco Systems Limited*
>
>
>
>
> IN
> Cisco.com <http://www.cisco.com/>
>
>
>
> [image: Think before you print.]Think before you print.
>
> This email may contain confidential and privileged material for the 
> sole use of the intended recipient. Any review, use, distribution or 
> disclosure by others is strictly prohibited. If you are not the 
> intended recipient (or authorized to receive for the recipient), 
> please contact the sender by reply email and delete all copies of this message.
>
> For corporate legal information go to:
> http://www.cisco.com/web/about/doing_business/legal/cri/index.html
>
>
>
>
> _______________________________________________
> cf-dev mailing list
> cf-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or 
> unsubscribe from this list, visit 
> https://dev.eclipse.org/mailman/listinfo/cf-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/cf-dev/attachments/20151030/bd2410b9/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.gif
Type: image/gif
Size: 134 bytes
Desc: not available
URL: <https://dev.eclipse.org/mailman/private/cf-dev/attachments/20151030/bd2410b9/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.jpg
Type: image/jpeg
Size: 4517 bytes
Desc: not available
URL: <https://dev.eclipse.org/mailman/private/cf-dev/attachments/20151030/bd2410b9/attachment.jpg>

------------------------------

_______________________________________________
cf-dev mailing list
cf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/cf-dev

End of cf-dev Digest, Vol 15, Issue 37
**************************************


Back to the top