I want to share with you an interesting Internet of Things Application: how to integrate IoT with webserver. The project is integrating several technologies:
- Wifi connection
- Dynamic variables substitutions (in xml files)
- Ajax callbacks
- Web service calls : for tweeter, thingspeak and nimbits
- Web server
- jQuery use case
- Dynamic Memory allocation (malloc/free) (see heap.s)
The application is using a programmable wifi module (flyport) which works on an open source frame, openpicus. Flyport is connected to a PC for development and power. A tablet was used as a browser to controll the simulator User Interface, as well as to get the results of the web services published by the FlyPort on the right side.

The project is integrating several technologies, found during the investigation of Flyport :
- Web server
- Wifi connection
- Dynamic variables substitutions (in xml files)
- Ajax callbacks
- jQuery use case
- Dynamic Memory allocation (malloc/free) (see heap.s)
- Web service calls : for tweeter, thingspeak and nimbits
Download the Application from the openpicus flyport site.