vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.91k stars 709 forks source link

Proper SSL settings and Direct Link mode for Ublox modem #666

Open ehong-tl opened 2 years ago

ehong-tl commented 2 years ago
  1. Added method to set SSL profile for proper secure client connection settings for Ublox modem
  2. Added method to enable Direct Link mode for Ublox modem for faster transmission (3 to 4 times faster tested on example sketch)
  3. Added example sketch for proper SSL settings and Direct Link mode for Ublox modem (Tested on ESP32-S2 with Ublox Lara R280 modem)