Fraunhofer-AISEC / uoscore-uedhoc

OSCORE and EDHOC libraries for or constrained (and non-constrained) devices. See https://arxiv.org/pdf/2103.13832.pdf for more background.
Other
16 stars 11 forks source link

Sending large size data #12

Open eliot4321 opened 2 years ago

eliot4321 commented 2 years ago

Hi,

When I'm trying to send a big size payload or response I'm getting this error : Runtime error: coap2oscore(sendPDU->getPDUPointer(), sendPDU->getPDULength(), buf_oscore, &buf_oscore_len, &c_server) error code 1 at src/main.cpp:322

eliot4321 commented 2 years ago

@StefanHri any thoughts?