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.
6 years, 9 months ago.
LocalFileSystem HTML file with RPC
Dear All,
I am trying to understand the filesystem functions and RPC handlers. I want to read an HTML file from a local file system and control the contents. (for example with RPC) I saw an old library called HTTP Server that can do this for me, but it is deprecated and can not compile with LPC4088. Is there any new library or build in solution for this?
This could be a very stupid question, but i don't understand the functionality of the filesystems completely. I just want to have a webpage to control the settings of the program running on the LPC4088.
Thank you in advance!
I'm also looking for a simple webserver which can provide files from a filesystem but haven't found one thats still 'working' yet. It would be nice if you could post here if you've found something already
[edit] Sorry, i didn't want to answer your question, i just wanted to comment it ...
posted by Christoph Vollmer 06 Feb 2018There is https://os.mbed.com/teams/sandbox/code/http-webserver-example/, which you could combine with using FileSystem API.
posted by Jan Jongboom 06 Feb 2018Thanks, i'll give this a try
posted by Christoph Vollmer 06 Feb 2018@Jan Jongboom: But how does this work with an external HTML file? Because with this solution you can only use a really small HTML page, but there should be enough power to make a bigger one..
posted by Jan Weinands 07 Feb 2018