Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 6 months ago.
HTTP Server on Wifly with no file system?
Hello mbed community,
I was wondering if it was possible de host un small website on my LPC1768 costum board using Wifly. Basically I've loocked at multiple HTTP server source codes, but they all use the file system made possible by the MBED interface. If it's possible (and I'm pretty sure its possible) could anybody give me a little help?
Best regards
Julien
1 Answer
10 years, 6 months ago.
Hi Julien, I took my server code, and removed everything "file-based" and it works by registering dynamic handlers. I'm sure the others you find should be able to support this too.