darconeous / libnyoci

A flexible CoAP stack for embedded devices and computers. RFC7252 compatible.
Other
27 stars 10 forks source link

Enumerated List of Configurable Features #22

Open williamsryan opened 5 years ago

williamsryan commented 5 years ago

It looks like the documentation says that individual features can be enabled/disabled, and there is a reference to src/libnyoci/nyoci-config.h.in. However, it looks like the only features that I can set (by passing to configure) are --enable-embedded and --enable-singleton.

Is there a list of features that can be set through the configure script or is it only these two?

Thanks!