lobaro-coap
lobaro-coap copied to clipboard
Is there any documentation for this package beside porting guide and examples on lobaro's site?
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.
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.