-
Notifications
You must be signed in to change notification settings - Fork 75
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
KadNode as a library #70
Comments
It is not possible yet, but I would love to do it and will give it a shoot very soon. |
I've already created some cmake projects based on this cmake template (https://github.com/cginternals/cmake-init) which also has packaging for deb and rpm. |
Thanks, but that would be too much of a change right now.
So far this is the first API method I came up with: How should settings be provided? |
Also important, how should the (non-blocking) event loop be integrated? |
I plan to provide to config as strings, not as file. Here is an example how I would like to use it. https://github.com/hyphaproject/hypha/blob/namesystem/source/utils/source/namesystem.cpp |
I think it good practice to not do threading in the library. |
Library support won't make it into 2.0.0. There is too much work to be done. It will be a testing release anyway. |
I'm still interested in this. If there is a library, be sure to create Language binding to C++ but also other languages most likely. |
Sorry, no time to create and support a library right now. |
Is it possible that this project serves a library to include in other projects.
I really would like to use it for example in chat applications to
resolve ip by public key as 'dns' .
The text was updated successfully, but these errors were encountered: