[ndnSIM] How to change prefix name?

최원준 wonjunchoi001 at gmail.com
Tue Jan 13 22:40:17 PST 2015


Hello.

I want to change prefix name like 1, 2, 3, ... instead of /%00Z ...
The code below displays the prefix name.
---------------------------------------------------------------
for (int i = 0; i < 300; i++) {
ndn::Name x;
x.appendSeqNum(i);
std::cout << i << " = " << x << std::endl;
}
return 0;
---------------------------------------------------------------
how can I set the prefix like /v1/1, /v1/2, ...?

Wonjun, Choi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20150114/d95a50f2/attachment.html>


More information about the ndnSIM mailing list