Skip to content

Conversation

@david-cermak
Copy link
Collaborator

@david-cermak david-cermak commented Jul 16, 2025

Support for multiple connections via AT based DCE

  • Cleanup commit history

@david-cermak david-cermak self-assigned this Jul 16, 2025
@david-cermak david-cermak force-pushed the feat/modem_tcp_client_multi_conn branch from bff08c4 to de6500e Compare July 21, 2025 14:56
@david-cermak david-cermak force-pushed the feat/modem_tcp_client_multi_conn branch 4 times, most recently from 0922062 to 171c30f Compare September 4, 2025 07:23
#include "tcp_transport_at.h"

#define BROKER_URL "test.mosquitto.org"
#define USE_TLS 0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This defines could be simplified by having the URL define directly without composing the macros. Also is the USE_TLS define a left over?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added those configs to Kconfig, so users chould choose.

Also is the USE_TLS define a left over?

It's not, as in this example the code is different for TCP and TLS connection (we use different tcp_transport() instances)

@david-cermak david-cermak force-pushed the feat/modem_tcp_client_multi_conn branch from 171c30f to e376527 Compare October 31, 2025 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants