| Author |
Message |
shell3
Joined: 28 Mar 2002 Posts: 36
|
16 Sep 2006 15:41 at91rm9200 ecos |
|
|
|
|
I am designing a tester that will use Web Pages for configuration.
It is using ARM9 AT91RM9200 microcontroller.
I need a solution that includes RTOS and Web Server integrated
in a single package. The simpler, the better.
Any suggestions?
Thank you
|
|
| Back to top |
|
 |
LBdgWgt
Joined: 06 Mar 2006 Posts: 83 Helped: 5
|
08 Nov 2006 22:25 rtos mit webserver |
|
|
|
|
try this one
http://www.ethernut.de/en/software/index.html
i never worked with it, but it seems quite nice. they have the RTOS and the TCP/IP stack. i think there should be example for simple web server.
|
|
| Back to top |
|
 |
dipal_z
Joined: 21 Apr 2005 Posts: 292 Helped: 32 Location: India
|
09 Nov 2006 9:10 ethernut 3 webserver |
|
|
|
|
You can find the linux port along with web server for at91rm9200, its available on CD provided with AT91RM9200-DK and EK evaluation kit along with complete information.
Ecos for AT91RM9200 is also available its not yet official.
|
|
| Back to top |
|
 |
xiaohua
Joined: 28 Nov 2001 Posts: 72 Helped: 3 Location: China
|
09 Nov 2006 9:26 uip tcp/ip ethernet dk |
|
|
|
|
| Web Server, you can download GoAhead Web Server, it supports a lot of OSes, such as Linux, Windows, VxWorks, etc.
|
|
| Back to top |
|
 |
budhy
Joined: 21 Oct 2006 Posts: 836 Helped: 185 Location: Indonesia
|
10 Nov 2006 12:03 Re: RTOS + Web Server |
|
|
|
|
| Are your device equip with TCP/IP stack already?
|
|
| Back to top |
|
 |
shell3
Joined: 28 Mar 2002 Posts: 36
|
13 Nov 2006 3:49 Re: RTOS + Web Server |
|
|
|
|
No, I am starting with nothing.
Do I really need an OS, can I run a web server alone.
All I need is to connect my test set to a PC using TCPIP
and use web pages to configure the test to execute.
|
|
| Back to top |
|
 |
LBdgWgt
Joined: 06 Mar 2006 Posts: 83 Helped: 5
|
13 Nov 2006 8:51 Re: RTOS + Web Server |
|
|
|
|
I did a project something like that.
check this uIPAVR project:
www.laskater.com/projects/uipAVR.htm
it is included the uIP TCP/IP stack and driver for RTL8019AS.
make/buy the hardware (AVR connected to RTL8019AS with ethernet interface), setup a little bit of uIPAVR configuration a little bit, then concentrate on your application.
cheers,
|
|
| Back to top |
|
 |
Google AdSense

|
13 Nov 2006 8:51 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
budhy
Joined: 21 Oct 2006 Posts: 836 Helped: 185 Location: Indonesia
|
|
| Back to top |
|
 |
amraldo
Joined: 29 Aug 2004 Posts: 287 Helped: 25 Location: egypt, cairo
|
15 Nov 2007 10:10 RTOS + Web Server |
|
|
|
|
AA,
You will need:
1. Web Server=> GoAhead (free)
TCP/IP stack => Light Weight IP (free & you might need to port it to your platform)
OS => Any suppoprted by GoAhead(you might need to port it to your platform)
BR,
Amr Ali
|
|
| Back to top |
|
 |