Post topics, source code that relate to the Arduino Platform

User avatar
By tommi32
#11088 Ok, i found some way to make WOL possible. But is not an ideal way.
Im using depicus address to send magic packet: http://depicus.com/wake-on-lan/woli.aspx?m=001143BDA600&i=120.120.120.120&s=255.255.255.255&p=9
It automatically send magic packet when you open the page


here is my code:
Code: Select allAT+CIPSTART="TCP","depicus.com",80
AT+CIPSEND=82
GET /wake-on-lan/woli.aspx?m=001143BDA600&i=120.120.120.120&s=255.255.255.255&p=9


It works good, but the GET method sends me back lot of data from depicus page (it takes circa 30 sec to receive all data).
But i dont need these data. So.... is there any other "method", which open the page without sanding any data back?