[Nfd-dev] NFD-Android multicast

Junxiao Shi shijunxiao at email.arizona.EDU
Tue Nov 17 07:59:16 PST 2015


Hi Percy

By specifying an IP address on the consumer’s Face constructor, you are causing the consumer to connect directly to the NFD on producer node over TCP.

In order to achieve multicast,
1. Run NFD on all three nodes.
2. Use the default Face constructor in consumer, so that it connects to local NFD. Typically, this would be a local TCP socket on Android.
3. Perform prefix registration on the NFD on consumer node:
4. 


Yours, Junxiao

From: Percy Perez Aruni
Sent: Monday, November 16, 2015 16:17
To: nfd-dev at lists.cs.ucla.edu
Subject: [Nfd-dev] NFD-Android multicast


Hi  NFD-Dev team.
I am running NFD-Android in three smartphones (Android v.4.x), one as consumer and the other two as  producers.  At the moment I am hard coding the IP address of the two producers in the consumer side as following: 

       Face consumerFace = new Face("producerIpAddress");
 
Could I ask  how my consumer could  multicast an interest to the other two or more producers? 
I would appreciate your comments.

Regards
Percy  


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/nfd-dev/attachments/20151117/1082c79b/attachment.html>


More information about the Nfd-dev mailing list