Eduardo Menezes
Eduardo Menezes
## Summary This merge request aims to add a lightweight packet filter to NuttX, called iptlite (iptables lite), which was based on Linux firewall, iptables and netfilter. This first implementation...
### Summary If I attempt to make a request to `https://api.sunrisesunset.io/json?lat=47.333&lng=13.333` using Postman, or a browser, it works perfectly. However, when making an HTTP request using the mbedTLS sample client...
- Add more exception data to the OTA download error message More context can be seen in the [private slack discussion](https://wildernesslabs.slack.com/archives/CFNK2MFTR/p1724806505576009).
During NTP server querying through the `ntpclient.c`, different NTP server domain names (e.g., 0.uk.pool.ntp.org, 1.uk.pool.ntp.org) might resolve to the same set of IP addresses due to **DNS caching**. This can...