Download -  Contact -  Support -  Join

Internet of Things

The pack IOT (Internet of Things) provides Internet oriented services to design products that require to be connected to other devices over IP based protocols.

Web Server

The HTTP server is a Java library handling the sending and the receive of HTTP transmissions. It computes an HTTP request sent by an HTTP client then build an HTTP response that contains the elements requested.

Using the HHTP server, it is very easy to build nice HTML pages using additional Javascript libraries.

Web server - simple HTML page Web server - jQuery HTML page

Template Parser

The template parser is an additional Java library to assist developers in writing HTML pages having dynamic content.

In order to make the insertion of Java code in the HTML pages easy, an HTML parser and a set of interpreters are provided. The HTML code is now developed in .html files which contains some particular tag. When parsed, the constant defined between these tags is computed and the corresponding HTML code replaces the whole tag, according to the instructions describes in the corresponding interpreter.