Web hyux.com
 
 

  •Online Resources
  •Homeschool sites
  •Great Articles
  •Web Fonts, Images & Sounds
  •Rare Disease Search Engine
  •Tech Articles
  •Blog Promotion
  •Web Design
  •Pray for America
  •Carlton Family
  •Useful Resources
  •Clues 4 the Clueless
  •Homeschooling Help
  •Investing Help
  •Time Management Advice
  •Motivational Help
  •Working From home
  •Tulsa Parks
  •News Feeds
  •Classic Books
  •Congenital Adrenal Hyperplasia
  •CARES Foundation
  •Teak Furniture
  •Homeschool Bookstore
  •Glass Tables and Chairs

Embedded web server-more than just an operating system
S PMix

 
Embedded web server isn't new term. Web server is jus a method of delivering web pages (or other contents) to the user.

Market is full of such systems allowing interconnection of domestic devices and other web-enabled appliances. It is hard to understand how microcontroller can drive web server. Embedded web server usually is highly optimized machine code. Usually implemented in the AVR C language. In order to write optimized embedded web server it is necessary to write code from scratch.

What parts need to be implemented while creating embedded web server:
Microcontroller hardware;
Network protocols for embedded web server;
Implementation and optimisation techniques.
Microcontroller hardware is a computer on a chip which has program memory for code storage, EEPROM, RAM, I/O and other peripherals.
Network protocols can be used for embedded web server:
HTTP-document request/response
TCP-reliable communications
IP-low-level data transport
ICMP-diagnostics (ping)
SLIP-serial interface
Modem emulation

HTTP request is Hyper Transfer Protocol which defines a request – response mechanism for obtaining documents from web server. Web browse sends request to web server in multiline string format like:

GET /index.htm HTTP/1.0
User-Agent: Mozilla/4.5 [en]
(Win95; I)
Pragma: no-cache
Host: 10.1.1.11
Accept: image/gif, image/x- xbitmap, image/jpeg, */*
Accept-Encoding: gzip
Accept-Language: en
Accept-Charset: iso-8859-1,*,utf-8

In embedded systems all this information isn't needed. For instance we don't care about browser information, HTTP version isn't important because usually simplest HTTP interface is used. Simply you can trim the rest part of message and send line:
GET / HTTP/1.0
because most web servers interpret this as request of index.htm.

Scienceprog embedded related info. Scientific, embedded, biomedical, electronics articles. Interesting electronics and embedded projects. Submitted with Article Distributor.

Article Directory: Article Dashboard

Other articles from Networks...
12.  Network Performance Monitoring by Ariel R
13.  Multi Homing Network Tools by Ariel R
14.  The Latest Form of Computer Attacks - Denial of Service by Ariel R
15.  Defense Pro by Radware - the Best Computer Defense Available by Ariel R
16.  Network Monitoring Tools by Ron Eletrick
17.  Wireless versus Ethernet networks by john
18.  Setting up your network by john
19.  Networking by john
20.  Ethernet - explained by john
21.  Computer Networking Business Start-up and Hiring Key Employees by Joshua Feinberg

Rare Disease Search Engine, Homeschool Sites, Online Homeschool, Online Income, Ethical Adsense, Creative writing, Family Web Hosting, Christian Radio, Tulsa Parks

Copyright © 2006 HYUX.com