-->
Page 1 of 1

sending magic packet (WOL)

PostPosted: Wed Feb 25, 2015 3:19 am
by tommi32
Hi.
Is there some way to send magic packet via ESP8266 (ESP-01)? I'm experimenting with UDP client but with no result. :(

Re: sending magic packet (WOL)

PostPosted: Mon Mar 02, 2015 7:07 am
by tommi32
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?