Arduino Mega JSON REST interfaces (for HTML GUIs)

tjgerow:
Hi llukkari,

Have you tried to do this project with the css and javascript files embedded on the arduino somehow? Do you have any suggestions on how that might be done?

Thanks,
Tom

You could probably use the sd card. In my hydrobot project, http://www.cs.helsinki.fi/u/ljlukkar/hydrobot/, I was able to use quite large csv files. I can't see any reason why it wouldn't work for other files as well.

You should try to set the http Cache-Control header so that the browser caches the responce and doesn't request it again.

Backbone.js, the MV* framework I have used in all the examples, is one of the most light weight out of them all.