benpicco
benpicco
Hi, I noticed that the decode example only exists in the `stable` branch, not in the `dev` branch. Does that mean decode is not yet available after the refactoring or...
Hi, FlashDB uses a signed `long` as the `offset` to address the underlying storage media. On a 32 bit ARM MCU this gives a range of ± 2 GiB which...
### Contribution description This better illustrates how subnet generation works and why we need the *Route Information Option* in a Router Advertisement to the upstream network for this to properly...
### Contribution description We don't have to carry this information inside every `coap_pkt_t`, it's enough to provide it via the request context information. ### Testing procedure `examples/gcoap_dtls` still works ```...
### Contribution description - make use if `vfs_is_dir()` so users don't have to type the `/` at the end of the destination directory - allow to set the default download...
### Contribution description When serving updates via GCoAP fileserver it turned out to be useful to know if a node started downloading the update and when it finished doing so....
### Contribution description > Can't we have a counting event type? This adds a counting event type. If multiple events of the same type occur, the callback function is called...
### Contribution description This has been randomly broken on CI for at least half a year. So far nobody could figure out what to do about it, so let's disable...
### Contribution description This adds a package for [FlashDB](http://armink.gitee.io/flashdb/), an embedded time series and key-value data base. It can either operate directly on a raw MTD device (`flashdb_mtd`) or use...
### Contribution description If an interface goes offline we can to stop sending router solicitations on it. But more importantly, if the interface gets online again, we need to send...