Jack Jansen
Jack Jansen
The 301 redirect sent by the mini-http-server should include the query to its `Location:` reply header.
Igor seems to be unable to talk to iotsa devices: https://github.com/cwi-dis/igor/issues/73 Investigate whether we can use 1024 bit keys (and that that solves the problem).
While not particularly elegant the advantage would be that there is only a single configfile that is _required_. This means we may be able to automatically upload this file to...
Difficult to do real tests without hardware to communicate with, but let's see if we can at least try and test for things like syntax errors, missing dependencies, etc.
After creating a configfile (`/config/config.cfg` for example) the file doesn't exist after a reboot. The file that doesn't exist is shown (in the console) as `/littlefs/config/config.cfg`, need to see whether...
The API for BLE servers looks somewhat like the API for config variables. The API for REST/COAP interfaces is completely different, but has a very similar functionality. And there's basically...
*If* (and this is a big if) the cost of always enabling `IOTSA_WITH_PLACEHOLDERS` is not too big (in code size especially, but also runtime efficiency) it may be worthwhile to...
Will help with #14
The newest version of Coap Simple Library breaks iotsa builds, because the callback pointer is a C function pointer again (as opposed to a `std::function`), to fix an issue with...
Investigate testing iotsa builds on real hardware. fhessel has some method in , look at that. Probably requires #20.