Could you tell me how you install NFD and ndn-cxx?<br>I install NFD by apt-get. I just use consumer and producer API instead of ndn-cxx. When I compiled repo, I didn't meet this error. Maybe because of the version of ndn-cxx? You can just use consumer/producer API, compile and install it to overwrite the previous ndn-cxx. Then try to compile repo.<br>Hope this can help.<br>Lijing<br><div class="gmail_quote">On Mon, Mar 30, 2015 at 11:08 PM Divyashri Bhat <<a href="mailto:dbhat@umass.edu">dbhat@umass.edu</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Lijing,<br>
<br>
I am using a Ubuntu 12.04 VM with NFD and ndn-cxx installed. When I install repo-ng, I get the following error:<br>
<br>
<br>
ndnvid:~/repo-ng$ ./waf<br>
Waf: Entering directory `/users/dbhat/repo-ng/build'<br>
[ 1/22] Compiling src/handles/base-handle.cpp<br>
[ 2/22] Compiling src/handles/delete-handle.cpp<br>
[ 3/22] Compiling src/handles/read-handle.cpp<br>
[ 4/22] Compiling src/handles/tcp-bulk-insert-<u></u>handle.cpp<br>
../src/handles/tcp-bulk-<u></u>insert-handle.cpp: In member function ‘void repo::detail::<u></u>TcpBulkInsertClient::<u></u>handleReceive(const boost::system::error_code&, std::size_t, const std::shared_ptr<repo::detail::<u></u>TcpBulkInsertClient>&)’:<br>
../src/handles/tcp-bulk-<u></u>insert-handle.cpp:166:99: error: no matching function for call to ‘ndn::Block::fromBuffer(uint8_<u></u>t*, std::size_t)’<br>
../src/handles/tcp-bulk-<u></u>insert-handle.cpp:166:99: note: candidates are:<br>
/usr/local/include/ndn-cxx/<u></u>encoding/block.hpp:160:3: note: static bool ndn::Block::fromBuffer(const ConstBufferPtr&, size_t, ndn::Block&)<br>
/usr/local/include/ndn-cxx/<u></u>encoding/block.hpp:160:3: note:   candidate expects 3 arguments, 2 provided<br>
/usr/local/include/ndn-cxx/<u></u>encoding/block.hpp:170:3: note: static bool ndn::Block::fromBuffer(const uint8_t*, size_t, ndn::Block&)<br>
/usr/local/include/ndn-cxx/<u></u>encoding/block.hpp:170:3: note:   candidate expects 3 arguments, 2 provided<br>
Waf: Leaving directory `/users/dbhat/repo-ng/build'<br>
Build failed<br>
 -> task in 'ndn-repo-objects' failed (exit status 1):<br>
        {task 38332368: cxx tcp-bulk-insert-handle.cpp -> tcp-bulk-insert-handle.cpp.1.<u></u>o}<br>
['/usr/bin/g++', '-std=c++0x', '-pedantic', '-Wall', '-O2', '-g', '-fPIC', '-I/users/dbhat/repo-ng/build/<u></u>src', '-I/users/dbhat/repo-ng/src', '-I/usr/local/include', '-I/usr/include', '-DHAVE_NDN_CXX=1', '-DHAVE_SQLITE3=1', '../src/handles/tcp-bulk-<u></u>insert-handle.cpp', '-c', '-o', '/users/dbhat/repo-ng/build/<u></u>src/handles/tcp-bulk-insert-<u></u>handle.cpp.1.o’]<br>
<br>
Did I miss something in the installation?<br>
<br>
Could you help out here please?<br>
<br>
Thank you.<br>
Regards,<br>
Divyashri Bhat<br>
<a href="mailto:dbhat@umass.edu" target="_blank">dbhat@umass.edu</a><mailto:<a href="mailto:dbhat@umass.edu" target="_blank">dbhat@<u></u>umass.edu</a>><br>
Graduate Student<br>
Department of Electrical and Computer Engineering,<br>
University of Massachusetts, Amherst<br>
<br>
On 29 Mar 2015, at 15:04, Lijing <<a href="mailto:ooofreedom@gmail.com" target="_blank">ooofreedom@gmail.com</a><mailto:<a href="mailto:ooofreedom@gmail.com" target="_blank">o<u></u>oofreedom@gmail.com</a>>> wrote:<br>
<br>
Hi, Divyashri<br>
Now we have a very prototype testing over NDN testbed.<br>
About this project you can find more details here, <a href="https://github.com/PhdLoLi/VideoFile" target="_blank">https://github.com/PhdLoLi/<u></u>VideoFile</a>.<br>
If you have any other question, please don’t hesitate to ask me.<br>
<br>
Lijing<br>
<br>
On Mar 29, 2015, at 10:59 AM, Lixia Zhang <<a href="mailto:lixia@cs.ucla.edu" target="_blank">lixia@cs.ucla.edu</a><mailto:<a href="mailto:lixia@cs.ucla.edu" target="_blank">lixi<u></u>a@cs.ucla.edu</a>>> wrote:<br>
<br>
<br>
On Mar 28, 2015, at 10:43 PM, Divyashri Bhat <<a href="mailto:dbhat@umass.edu" target="_blank">dbhat@umass.edu</a><mailto:<a href="mailto:dbhat@umass.edu" target="_blank">dbhat@<u></u>umass.edu</a>>> wrote:<br>
<br>
Hi,<br>
<br>
I came across a technical report a few years ago that describes a working implementation of Video Streaming over Information Centric Networks using CCNx [1]. This report also mentions video streaming over Ethernet. I have two questions:<br>
<br>
1) Does this work over Ethernet? If yes, is the source code available?<br>
2) The implementation at the Github link [2] appears to be over CCNx and as far as I understand Ethernet faces don’t work well over CCNx. Is there a plan to port this to NDN?<br>
<br>
Jeff already mentioned about ndnrtc effort.<br>
<br>
Another project has re-implemented NDNvideo using a new API.<br>
The video is done by Lijing Wang.<br>
The new API is Ilya's thesis work.<br>
As I heard last Friday, they have been running testing over NDN testbed.<br>
I copied both of them on this reply, hoping they could help offer more details.<br>
<br>
Lixia<br>
<br>
<br>
<br>
</blockquote></div>