-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is the NFD source code for android studio #6
Comments
And I want to implement a transport via bluetooth,so I want to compiled NFD(c++) to nfd.so for my android project.Grantful! |
Through crew, currently you just install the already built NFD code. |
Thanks for replay. |
Have you already done this: |
I install all this packages and CREW said they already be installed. When I install nfd ,I receiver some errors ,so I have remove the nfd patches. And I can find them in the caches path. like " .caches/packages" Now,I want to know where is the source code when I build nfd like " ./crew.dir/crew build nfd" I just want to compile my local nfd source,not in some caches or other path.Help me please. I have read the source of "crew" for more than one week. |
ndk-bundle/packages/nfd is the source compiled by crew build as far as I know. And you should apply your changes there (copy over from your local nfd source while maintaining the patches applied there). |
Thanks a lot! |
And I want to implement a transport via bluetooth(Android &iOS).I should follow this steps. As I know, local ndn client communicate with ndn server(nfd ) by tcp("localhost",port: 6363))? |
Hi Alex,Team
I don't understand what crew.dir have done. I only saw some nfd.so ,and I do not know how does NFD(c++) be compiled to nfd.so for android. "nfd-wrapper.cpp" called several methods what can't be found in NFD(c++) source code.
非常感谢!
The text was updated successfully, but these errors were encountered: