Skip to content
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

Is there any documentation for this package beside porting guide and examples on lobaro's site? #54

Open
shahryarshah opened this issue Jul 27, 2021 · 1 comment

Comments

@shahryarshah
Copy link

shahryarshah commented Jul 27, 2021

Hello, I need an explanation about how this package works. for instance, NetAddr can be an uint32_t array with one entry and also an uint8_t array with 4 slots for IPV4.
I get the way for the 8-bit array but with 32-bit do we have to shift the numbers?
for example 192.168.1.2 is 2 + 1 + 256 + 168 + 256x256 + 192 + 256x256x256 ?
generally speaking, is there any documentation about how this package and its parts work?
I am already familiar with porting guide on GitHub and code examples on lobaro.com
thank you in advance.

@niondir
Copy link
Member

niondir commented Jul 28, 2021

I'm afraid there is no more documentation.

We are using the library in our embed projects but lack resources to provide extended documentation.

Any contribution is highly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants