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: Simon Platten
Last Updated: 2013-05-11
Package Version: 1.0.0.2
Category: WiFi
Downloaded: 1903 times
Not followed.
License: MIT license
This is a variation on the MikroElektronika WiFi HTTP Demo project. I posted only because 'dejan.odabasic' of the mikroElektronika team suggested sharing it.
Do you want to subscribe in order to receive notifications regarding "WiFi HTTP Demo Example v2.3" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "WiFi HTTP Demo Example v2.3" changes.
Do you want to report abuse regarding "WiFi HTTP Demo Example v2.3".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1352025351_wifi_http_demo_e_mikroc_pic.zip [277.02KB] | mikroC PRO for PIC |
|
[04/11/2012] Fixed a couple of typo's in the HTML response and changed the update / refresh rate to 5 seconds. Also tested with 5 clients running.
[03/11/2012] I've modifed the code to server up 3 documents, a CSS style sheet, the main document and an inner frame used for displaying the dynamic data. The reason for this is that the original method used a META tag to reload the document, if a timeout was encountered then the document wouldn't update again. This version uses an inner frame for the dynamic content and a javascript timer to reload the content. If it fails to load, it will load the next time.
[24/10/2012] This version exposes Ports A to E, instead of using javascript to write the dynamic data, markers are used and replaced with the dynamic data before the page is sent.
Also some changes to the output for W3C complaince.