-
Dear californians,
we currently plan to release californium 2.0.0 and it seems that we have two options:
1. release with the exchange leaks mentioned in issue #429. These leaks occurs as far as …
boaks updated
5 years ago
-
I just had some fun trying to work out why blockwise transfers weren't working in a test app where the response was handled by:
```go
func handleA(w coap.ResponseWriter, req *coap.Request) {
w.S…
ara4n updated
5 years ago
-
# Please providing basic issue information
Issues may be answered much faster, if you provide more details ahead!
* branch your faced the issue. Currently
* 1.0 is the release,
* 1.1 i…
-
Hello,
I'm using a coap resource to expose some data through a GET method. Because of the CoAP lib in the device software requests without blockwise need to be under 1024 bytes but this resource ca…
-
It seems that memoryExchangeStore leaks.
Analyzing heap dump show that the leak is in ExchangeByToken map and mainly concern observe request with block2.
The strange thing is most of exchanges ha…
-
@chuchiliusandc says :
>hi @sbernard31
>
>i noticed that, for bootstrapped simulator with security communication, 10 min after simulator sent the reg update, the request sent by the server cannot…
-
my device want to download a file,so send request with block2,the size of my file is about 200KB.
so I add a resource and override the handleGET method like behind:
try {
File file = new …
-
I have a CoAP server that allows devices to update firmware OTA. The issue happens when it's a piggypack response during blockwise transfer. Somehow, the server fails to receive the ACK sent back from…
-
Admittedly, I'm new to CoAP, but I'm experiencing problems even with the example programs. I'm having trouble with blockwise transfers both for requests and responses.
To reproduce the issue, build…
-
I am trying to make a CoAP request to a server, where the request is a few kilobytes in size. I want to use a blockwise request, since the data does not fit in a single packet. Based on my reading of …