I'm going to use that module for internet connection and to send data to a server. https://www.waveshare.com/wiki/SIM7020E_NB-IoT_HAT My question is I know that TCP stack only supports max of 1200 bytes to be sent to the server. How do you guys over come that limitation.
The problem is I'm sending a JSON which is more than 1KByte and The server expects a Full Json without chunked ones.