libnyoci icon indicating copy to clipboard operation
libnyoci copied to clipboard

A flexible CoAP stack for embedded devices and computers. RFC7252 compatible.

Results 10 libnyoci issues
Sort by recently updated
recently updated
newest added

Hello Sir/Madam, I am using the atmel software package for reference. In that in httpd.c file their is no function is written for following function, httpd_post_finished httpd_post_begin httpd_post_receive_data

This pull requests fixes a memory leak in the library when using coaps (DTLS). The memory allocated by SSL sessions internally stored, is only released in case of an error....

I'm using libnyoci in a library for Lua (to make coap available in Lua). When a lot of requests are made with DTLS activated, memory is getting lost. It looks...

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...

lwIP = Lightweight IP library ESP-IDF = iOT Development Framework for Espressif's ESP32 chip New preprocessor flags for configuration: * NYOCI_LWIP -- define if compiling for lwIP. Will be automatically...

I'm using nyoci in a multithreaded environment. I'm careful to wrap a mutex around all calls into nyoci to guarantee no re-entrant use, but I'm having trouble with a limitation...

The header doc for `nyoci_plat_wait()` says "it returns 0 if nyoci_plat_process() should be executed". The POSIX implementation doesn't quite agree with this: it does return 0 if a file descriptor...

`NYOCI_SINGLETON` doesn't seem to be working; if I define it I get a compile error. There are also a large number (about 50?) of warnings, which harsh my mellow because...

I'd like to use libnyoci on an [Espressif ESP32](https://www.espressif.com/en/products/hardware/esp32/overview) system (SparkFun's [ESP32 Thing](https://www.sparkfun.com/products/13907).) The software stack for this is the ESP IoT Development Framework, [ESP-IDF](https://github.com/espressif/esp-idf), which uses [lwIP](http://savannah.nongnu.org/projects/lwip/) for IP...

It seems like a good work, but the activity has died out.