Aykut

Results 1 issues of Aykut

Hi Mr. Tilen, Did you implement any MQTT example with SSL encryption. I changed: `res = gsm_conn_start(&client->conn, GSM_CONN_TYPE_TCP, host, port, client, mqtt_conn_cb, 0);` with: `res = gsm_conn_start(&client->conn, GSM_CONN_TYPE_SLL, host, port,...