You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i would like to have a simple way to retrieve the ip address of a response's
sender. Maybe i'm wrong, but i used jcoap that way :
I have a class that use a ChannelManager : I have some URI, and i get a
ClientChannel for each URI.
I register my class as a Listener for each Channel, and send messages.
My problem is to retreive IP sender of received response.
Is it better to implement a method to get IP address ? or is it better to have
many listener, one for each channel (in that case, of cause, i know the
address) ?
I think it's still an issue, because i want some day use Jcoap on multicast
address to discover devices.. So i will send to a multicast address, and want
to get ip address of response's sender).
Thanks for your answer.
Original issue reported on code.google.com by [email protected] on 12 May 2011 at 9:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 May 2011 at 9:44The text was updated successfully, but these errors were encountered: