Lothar
Lothar
Currently I am transmitting an XML file (size approx. 700kB) via `responses::FileContentResponse` from SDcard to the Browser using a REST request/response. In the Browser I process this file using `DOMParser()).parseFromString(str,...
I see the problem that TCP communication seems to be relatively "slow". I put "slow" in quotes because it is "somehow" fast but not really fast enough for what I...
While testing your webserver sources I found out that the memory consumption of the server is quite high. Checking the situation more in detail I saw that the call to...
I am interested in using your webserver sourcecode. But I would need two things: 1. use your code in combination with esp-idf (not Arduino) 2. use websocket with ssl enabled...
I am trying to run on my cubietruck (with Armbian Xenial, kernel 3.4) gmediarenderer in combination with alsa in order to play music via BubbleUPnP. In this context I an...