feat(modem): Add mqtt example in AT-only mode

Similar to pppos-client, but without PPP mode.
This uses standard mqtt client and a loopback service that forwards the
TCP traffic from localhost to the modem and vice-versa.
(next step is to create a dedicated tcp-transport layer for modem)
Console example uses DCE commandable to demontrate how to handle URC
This commit is contained in:
David Cermak
2022-10-05 21:17:50 +02:00
parent bf114d3624
commit 7547267336
18 changed files with 1420 additions and 15 deletions

View File

@ -17,7 +17,7 @@ menu "Example Configuration"
choice EXAMPLE_MODEM_DEVICE
prompt "Choose supported modem device (DCE)"
default EXAMPLE_MODEM_DEVICE_BG96
default EXAMPLE_MODEM_DEVICE_SHINY
help
Select modem device connected to the ESP DTE.
config EXAMPLE_MODEM_DEVICE_SHINY