Skip to:
when the coap library prepare the message it "forgets" the payload, so only the header is being sent. https://github.com/openwsn-berkeley/coap/blob/develop/coap/coapTransmitter.py#L277
this needs to be fixed by passing the payload as well. Also tests need to be fixed accordingly.
when the coap library prepare the message it "forgets" the payload, so only the header is being sent.
https://github.com/openwsn-berkeley/coap/blob/develop/coap/coapTransmitter.py#L277
this needs to be fixed by passing the payload as well.
Also tests need to be fixed accordingly.