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.

RTOS and Web Server integrated in a single package

Status
Not open for further replies.

shell3

Member level 1
Joined
Mar 28, 2002
Messages
35
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
303
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
 

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.
 

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.
 

Re: RTOS + Web Server

Are your device equip with TCP/IP stack already?
 

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.
 

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,
 

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
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top