Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

AVR460: Embedded Web Server (Source code request)

Status
Not open for further replies.

Roma_te

Member level 1
Joined
Feb 9, 2006
Messages
37
Helped
5
Reputation
10
Reaction score
2
Trophy points
1,288
Activity points
1,533
avr460

I develop microcontroller-based web server and my Internet review show that the best documented solution is reference design "AVR460: Embedded Web Server". Unfortunately the source code of this reference design is not allowable on-line.
Can anybody send me these source codes or put it here.

Thank you in advance.
 

avr460: embedded web server

I keep checking for that source code on the Atmel website since 2005, and it was never posted... maybe before 2005.

I think you can try the uip stack ported to AVR.
http://www.sics.se/~adam/uip/index.php/Main_Page
Depending on the layer 2 interface chip, to port uip you need to write an appropriate driver.
Here is a complete port for AVR & RTL8019:
**broken link removed**
And for AVR & ENC28J60:
http://www.tuxgraphics.org/common/src2/article06111/uip06_tuxgraphics_eth-0.1.tar.gz
http://www.tuxgraphics.org/common/src2/article06111/

It's preferable to have a few kB of RAM, so you can use one of the new
versions of UIP. The historical uip 0.6 is a bit slow, not having protosockets. It works, I tested with uip 0.6.
 

    Roma_te

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top