Arduino_ConnectionHandler icon indicating copy to clipboard operation
Arduino_ConnectionHandler copied to clipboard

Results 26 Arduino_ConnectionHandler issues
Sort by recently updated
recently updated
newest added

Maintainer is changed from `Arduino.cc` to `Arduino ` within the `library.properties` file.

type: enhancement
topic: infrastructure

Follows precedent established by Wi-Fi implementation.

type: enhancement
topic: code

topic: documentation
type: enhancement

At line 101 in `Arduino_WiFiConnectionHandler.cpp`: https://github.com/arduino-libraries/Arduino_ConnectionHandler/blob/2b21c3c361428f38b95b9a3f506a4cf7e7a85c87/src/Arduino_WiFiConnectionHandler.cpp#L101 The code should check for an empty password and, if so, call `WiFi.begin(_ssid)` instead of `WiFi.begin(_ssid, _password)`. `WiFi.begin(_ssid, "")` results in a failed connection...

type: imperfection
topic: code

Added new client functions for TCP and SSL over TCP connection

type: imperfection
topic: code

Added new client methods for TCP and SSL over TCP connection

type: enhancement
topic: code

This PR adds support for specifying custom timeouts on Ethernet connections. Combined with the ArduinoIoTCloud library, this PR allows writing sketches that don't block for 15s in the `loop()` if...

type: enhancement
topic: code

I am using this along with the arduino mqtt library and its all working well however i now need to connect to an mqtt broker using TLS, i was surprised...

type: enhancement
topic: code

This PR aims to split the entrypoint for this library into definitions of macro config values, connectionHandlerInterface. This allows to avoid cyclic includes in the extension of functionalities of this...

type: enhancement
topic: code