d-a-v / W5500lwIP

W5100, W5500 and ENC28J60 for esp8266 and lwIP (or any other uC using lwIP)
43 stars 11 forks source link

How can I send a TCP/HTTP request using this library? #12

Closed mynameisbill2 closed 4 years ago

mynameisbill2 commented 4 years ago

I have connected to the Enthernet using the library following ths example from issues #5 , but I don't know how to send a TCP/HTTP request by this. Could you help me? And thinks for your quickly reponse before!

d-a-v commented 4 years ago

You can use examples from esp8266/arduino https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266HTTPClient/examples

mynameisbill2 commented 4 years ago

Thinks a lot, it works! Amazing!