11 years, 7 months ago.

HTTP with ethernet

Dear all,

I would send data using http protocol with the ethernet connection, how can i do this? Is there anyone made this?

Thanks Stefano

https://mbed.org/users/marcelobarrosalmeida/code/ArduinoShieldSPI/

i am doing the same with the ENC28J60 but i have not a really good progress i only send packages to the pc

posted by oscar rodriguez 19 Mar 2014

1 Answer

11 years, 6 months ago.

HTTPClient is a library that permits you to get and post to a web server. I've used this with the LPC1768 built-in Ethernet and with WiFly. Is this what you are looking for?