Re: creating an embedded server



Max wrote:
Hi Group, I have a few questions about creating a custom device connected
to the
internet. The device will have two primary functions
1) act as an embedded (dynamic) web server with the ability to download new
html code
remotely
2) act as a conduit to a microcontroller where TCP/IP packets can be sent
and
received with a simple protocol riding on top to control stuff (say switches
and lights
for arguements sake) Interface to microcontroller could be parallel, SPI or
RS232.

The device would act as one or the other and sometimes both. At this point
there
is no particular requirement for amount of html code, speed, cost, security
etc.
I have a Coldfire development kit and have the option of writing the code
from
scratch based on PD tcp/ip routines but I don't want to spent months
creating
the ability to download dynamic web pages remotely.

Have you considered running either

uClinux

or

RTEMS

On your coldfire board.
* both are open source / free
* support coldfire
* can run an embedded web server.

You would need to run very little code to get this up and running.

Regards
Paul
.



Relevant Pages

  • Re: creating an embedded server
    ... act as an embedded web server with the ability to download new ... is no particular requirement for amount of html code, speed, cost, security ... the ability to download dynamic web pages remotely. ...
    (comp.arch.embedded)
  • Re: creating an embedded server
    ... is no particular requirement for amount of html code, speed, cost, security etc. ... the ability to download dynamic web pages remotely. ... It would appear that they would make a good stand alone web server but it is ...
    (comp.arch.embedded)
  • creating an embedded server
    ... act as an embedded web server with the ability to download new ... is no particular requirement for amount of html code, speed, cost, security ... It would appear that they would make a good stand alone web server but it is ... not clear if they are restrictive in terms of sending raw tcp/ip packets. ...
    (comp.arch.embedded)
  • Re: creating an embedded server
    ... act as a conduit to a microcontroller where TCP/IP packets can be sent ... for arguements sake) Interface to microcontroller could be parallel, ... Getting a dynamic web server up and running ...
    (comp.arch.embedded)
  • Re: FP 97 with Win XP Home
    ... It screws up the HTML code and more. ... Do a google search for IIS on Winxp Home ... XP HE doe not "come" with an option to officially install IIS. ... > Personal Web Server. ...
    (microsoft.public.frontpage)

Loading