Andrea Gilardoni
Andrea Gilardoni
This PR provides a size limit check for string properties that may exceed the current supported MQTT tx buffer. This is intended as an hotfix for this issue.
When we have classes that may be derived in c++ it is important to always put a virtual empty destructor, in particular on abstract classes, because this can lead to...
Added new client functions for TCP and SSL over TCP connection
Added new client methods for TCP and SSL over TCP connection
This PR aims to fix the issue for which a client class is not able to connect again after a connection loss. This PR is applied to WifiS3 library. Furthermore...
As the title states the objective of this PR is the redesign of the network stack of the portenta C33. This PR aims to solve multiple issues that affected reliability,...
The lwip wrapper has memory issues that may cause memory leaks and dangling pointers. This PR is the beginning of the work to fix these issues. There is an improper...