FreeRTOS Cellular Library: Socket Listen

In studying the library, I didn’t see a function for listening on an opened socket (e.g. Cellular_SocketListen()). Is such a function in the works?

I have a use-case for MQTT and another use-case for a server.

Thanks in advance.

Hello Doug,
You are right, the cellular library supports client applications only. It does not support the “listen” API used by server-side applications. We are not working on adding support for “listen” at this moment.