G
G
gennayo2019-05-17 15:00:20
Arduino
gennayo, 2019-05-17 15:00:20

Is there a simple open source http-server for Arduino Mega?

We need a simple http server to organize the interaction of Arduino with external services via http. Maybe someone knows these?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
semen-pro, 2019-05-23
@gennayo

First, you need Ethernet sheeld w5100, Ethernet.h library for it or w5500, Ethernet2.h library for it.
In the examples for the library there is a simple server.
If you need to process GET requests, parse by variables, then you need WebServer.h

P
platinum-msk, 2019-06-18
@platinum-msk

Look at https://habr.com/ru/post/382177/ and
https://hi-lab.ru/arduino-mega-server
, maybe what you want is already implemented there. Plus, somewhere there was an article that, as part of this project, the library for the Ethernet Shield was finalized, with a more stable implementation of the work, an example is somewhere on their website

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question