Ethernet and requests - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: KC868-A8 (https://www.kincony.com/forum/forumdisplay.php?fid=23) +--- Thread: Ethernet and requests (/showthread.php?tid=6450) |
Ethernet and requests - Vokob - 08-20-2024 Hello! I can't figure out the ethernet in arduino ide. I need to get data from an http/https web page. Help me, please! RE: Ethernet and requests - admin - 08-20-2024 this is ethernet UDP arduino demo code for KC868-A8: https://www.kincony.com/forum/showthread.php?tid=1608 RE: Ethernet and requests - Vokob - 08-21-2024 (08-20-2024, 12:01 PM)admin Wrote: this is ethernet UDP arduino demo code for KC868-A8: https://www.kincony.com/forum/showthread.php?tid=1608 I've seen this code. It didn't help me. I want to access Internet sites and get the contents of the pages. RE: Ethernet and requests - admin - 08-21-2024 that you should create a cloud server, make server program, let relay board connect to cloud server by MQTT. RE: Ethernet and requests - Vokob - 09-03-2024 (08-21-2024, 12:48 PM)admin Wrote: that you should create a cloud server, make server program, let relay board connect to cloud server by MQTT. I found this code, but it not working. help me please! ==== PHP Code: /* |