Reply To: Controlling EV3 from the web

HomeForumsMonoBrick EV3 FirmwareControlling EV3 from the webReply To: Controlling EV3 from the web

#4269
Author Image
Anders Søborg
Keymaster

Hi

Right now we don’t have a webserver integrated into the image. But I have successfully been running asp.NET applications on the EV3. I used the XSP webserver but I have also used FastCGI Mono Server together with the Lighttpd webserver. But one of the reasons why we will not include a webserver in the next image (to be released very soon) is that JIT compiling makes the webpage load very slow the first time you visit the page. So if you can live with that then you should be able to run a webserver using XSP without to much trouble (If I remember you need to add some DLLs to the GAC from a PC installation – but I can’t remember exactly what I did). Anyway I have also tried to AOT compile my WebService (and XSP) for faster loading but without success.

Let me know how it goes…

Anders

Posted in

Make a donation