i have downloaded the esp-8266 and tried that.
with very much reading and searching i am able to run the code successfully up to the point where i get dhcp ip and data, cats and links are also visible at browser, but still it i don't understand how can i send and receive data to a static ip server ex 117.218.36.237 is the ip and port is 587 i wan to send data to this one how to proceed ????
i have following: in the com port and it then keeps on showing heap:........
Initialise ENC stack, dhcp if requested
Init ENC
SPI - Using HSPI
"18:fe:34:d3:b6:bb"
UDP Application is registered in List: Entry 0
Httpd init, conn=0x3fff054c
HttpdWired init, conn=0x3fff0530
TCP application is entered in list: Entry 0, port = 80
Ready
mode : sta(18:fe:34:d3:b6:bb)
add if0
DISCOVER sent
ARP entry is not found*
enc_wbuf:590
Heap: 34440
DISCOVER sent
ARP entry is not found*
enc_wbuf:590
Calling UDP app
In DHCP get
** DHCP OFFER RECVD! **
REQUEST sent
ARP entry is not found*
enc_wbuf:590
Calling UDP app
In DHCP get
** DHCP ACK RECVD! **
LEASE 0 3f480
FROM DHCP:
My IP: 10.10.10.179
MASK 255.255.255.0
Router IP: 10.10.10.26
DNS IP: 8.8.8.8
Heap: 34440
Heap: 34440
Heap: 34440
Heap:
thanks in advance.