We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: Wilson A. Gan Cuba
Last Updated: 2013-07-20
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: WiFi
Downloaded: 1086 times
Not followed.
License: MIT license
This project is similar in functionality to the original Ajax WIFI HTTP demo with ROM storage, but has been modified in several aspects to make the web page files be stored and served from a microSD card.
Release date: May, 07 2013.
Do you want to subscribe in order to receive notifications regarding "Ajax WIFI HTTP demo with microSD storage" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "Ajax WIFI HTTP demo with microSD storage" changes.
Do you want to report abuse regarding "Ajax WIFI HTTP demo with microSD storage".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1374348811_ajax_wifi_http_d_mikroc_pic.rar [250.06KB] | mikroC PRO for PIC |
|
This, along with the Ajax WIFI http demo with ROM storage, are the only two examples of ajax control with a microcontroller in the world at the time of release to be open sourced, ready to use and WiFi.
The original Ajax demo added a lot of power to the Mikroelektronika’s version, but it requires having internet access in the client side to download the jQuery library from the Google CDN.
Inherently the WEB is associated with the Internet in lots of countries, but what would happen if you live, or the project is, for a place where there is no access to it? The CDN will simply not be available and the project down.
I firstly felt tempted to re-write it in pure javaScript (still may be a possibility) but definitely I like jQuery, that makes programming pure fun, so I preferred to find a solution.
Well, now that you got the point I present you with this new Ajax WIFI HTTP demo where a microSD have been used to store the jQuery library and also the entire web page, what produces the additional benefit of facilitating making an entire website with several internal hyperlinks because of spare capacity.
These files have been also Gzipped as a plus, increasing the loading speed and also if internet access is available the required library can still be retrieved from Google’s CDN, also increasing the initial loading speed.
But of course, as nothing is perfect in this world, the microSD and microSD click are required, adding little more complexity and expenses to the project.
In the following link you could see a simulated version (not connected to a hardware) to have a first preview of the project: http://projects.eovirtual.com
Note that:
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/.
And if you feel like commenting something, do not hesitate to do it, so I can benefit too from your feedback.