Core as webserver

I know it totally goes against the idea of the Core to do this. For a specific project I am looking for a small size wifi access point that can access as a web-server. Could the firmware potentially be adapted to support this kind of scenario? Where would be a good start looking for information about this?

Thanks!

I’m doing something similar… and I’ve found this to work for arduino, so there’s no reason it shouldn’t work even better on the :spark: Spark Core… once we convert it and all of the functions of the Core are working smoothly.

Give this a look and let me know if you would like to work together to port it to Spark Core :wink:

Hi @mtbhomer,

Good Question! Although the CC3000 can’t act as a wifi access point, you could definitely have an extremely small webserver running off it. You might even be able to get away with saving some resources (pages, etc) on the external flash that’s available.

Arduino has a nice tutorial as well http://arduino.cc/en/Tutorial/WebServer