I have a esp32 that has a LTE module connected to it. So it can use mobile data (4G) to communicate with my REST-API server.
But I want the connection to be bi-directional, so it can send and receive data.
But if the esp32 doesn't have an IP Address (a public), how can I send data from my server to my esp32?
It’s better to explain more about your issue. Generally, there are two ways to handle this: