joelguittet / mender-mcu-client

Mender client for MCU, just because it's cool to have it
MIT License
31 stars 4 forks source link

client: provide network up/down callbacks to indicate connection is required #65

Closed joelguittet closed 2 weeks ago

joelguittet commented 2 weeks ago

The purpose of this ticket is to provide network up/down callbacks so that the mender client can indicate to the application it requests access to the network.

This will be demonstrated in mender-esp32-example to connect/disconnect Wi-Fi network.

joelguittet commented 2 weeks ago

This has been done in https://github.com/joelguittet/mender-mcu-client/pull/61