Thanks to visit codestin.com
Credit goes to github.com

Skip to content

linneman/Idefix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Idefix is a very thin webserver for embedded devices. Its main 
purpose it to deliver content statically where most of the user 
interface control logic should be implemented on the client side 
using java script.

The code is implemented in pure ANSI-C and does not necessarily
require a TCP/IP stack to be installed. If TCP/IP is not 
available the http traffic can be routed via a serial line by
byte stuffing ASCII control characteres. The controlling host
is required to route the serial line to a TCP-listening port
e.g. by reusing the code snippets in sockserver.c

February 2010, Otto Linnemann

About

A thin web server for embedded devices

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages