Hi, I'm new to this list, and I have been trying to get libmicrohttpd to
work on a linux-based smart thermostat.
To no avail, so far. I should say that I'm not an expert on web
connections, but fairly fluent in C.
The thermostat has a Freescale imx 27 processor, (ARM-926 EJS) and has an
openembed
Hello Marcel, welcome to the list!
I used MHD on ARM in a small HTTP server testing for Android:
https://lists.gnu.org/archive/html/libmicrohttpd/2017-02/msg00014.html .
This link contains an attached picture showing the results. I think I have
the sources in my old machine.
I don't know if my en
Thanks, Silvio, it would be great if you could send me that working code.
Probably saves a lot of time :-). My environment is an openembedded tree,
as published by the manufacturer of the thermostat, back in 2012. Parts of
it are really old, so sometimes I have to do quite some patching to
backport