![]() |
|
sample code to receive http get - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=62) +--- Forum: F16 (https://www.kincony.com/forum/forumdisplay.php?fid=63) +--- Thread: sample code to receive http get (/showthread.php?tid=8843) |
RE: sample code to receive http get - admin - 12-30-2025 ok, good. RE: sample code to receive http get - telinda - 01-02-2026 (12-30-2025, 04:53 AM)admin Wrote: ok, good. One more question. I've tried to use (TLS/SSL) MQTTS://nnn.nnn.nnn.nnn, Port 8883. It seem cannot connected to the Broker until I put CA file on the F16. How to implement MQTTS on the devices F16? RE: sample code to receive http get - admin - 01-02-2026 it only support MQTT, not MQTTS. RE: sample code to receive http get - telinda - 03-05-2026 (01-02-2026, 09:57 AM)admin Wrote: it only support MQTT, not MQTTS. do you have a plan to upgrade the firmware that will support MQTTS or WebSocket (WS & WSS)? RE: sample code to receive http get - admin - 03-05-2026 do you use cloud server suppiler's mqtts or use your own SSL certificate? RE: sample code to receive http get - telinda - 03-06-2026 (03-05-2026, 03:53 AM)admin Wrote: do you use cloud server suppiler's mqtts or use your own SSL certificate? I plan to use my own server ssl certificate. example: wss://sub.domain.com port 443 with user & password RE: sample code to receive http get - admin - 03-07-2026 do you using F16 controller for this function? i can make a new firmware add the TLS for you testing. RE: sample code to receive http get - telinda - 03-08-2026 (03-07-2026, 11:00 PM)admin Wrote: do you using F16 controller for this function? i can make a new firmware add the TLS for you testing. yes, am using F16 ESP32-S3. Now, i am waiting. Just info when yo finish it. Thank you, RE: sample code to receive http get - telinda - 03-08-2026 (03-08-2026, 03:16 AM)telinda Wrote:(03-07-2026, 11:00 PM)admin Wrote: do you using F16 controller for this function? i can make a new firmware add the TLS for you testing. RE: sample code to receive http get - admin - 03-08-2026 you can test with this new firmware.
KCS_F16_V3.23.1_beta_20260308-014209.zip (Size: 1.14 MB / Downloads: 22)
|