Previous in Forum: Transistor   Next in Forum: Solar Panel
Close
Close
Close
7 comments
Rate Comments: Nested
Guru

Join Date: Dec 2010
Location: 1° North Singapore
Posts: 568
Good Answers: 17

Embedded Web Server

06/26/2011 8:19 AM

Could someone offer better alternative for a cost effective embedded Web Server, other than Rabbit, Netburner and Siteplayer? Thank you.

__________________
Sharing knowledge is one thing that defies basic arithmetic logic --- the more you share, the more you get!
Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.

Good Answers:

These comments received enough positive votes to make them "good answers".
2
Guru

Join Date: Oct 2010
Posts: 1294
Good Answers: 35
#1

Re: Embedded Web Server

06/26/2011 11:00 AM

It sounds like:

  • you're working in the Windows world?
  • you need hardware and software?

Just as a general comment, if there is any freedom to reconsider, you might want to look into Linux. The software is often free, and sometimes smaller.

On the desktop, Linux has an uphill battle (due to entrenched users). In the server and embedded world, Windows has the uphill battle (for good reasons).

Register to Reply Good Answer (Score 2)
Guru
Canada - Member - New Member

Join Date: May 2006
Location: Montreal, Canada
Posts: 632
Good Answers: 11
#2
In reply to #1

Re: Embedded Web Server

06/26/2011 10:57 PM

I agree Linux is great for embedded, cheap x86 boards, PC104 or other form factor. Scale up/down processors for different applications, reuse code. A slimmed down kernel boots in no time from flash, any peripherals are available.

__________________
''What the hell has my a** got to do with magic?" Don Quixote
Register to Reply
Guru

Join Date: Dec 2010
Location: 1° North Singapore
Posts: 568
Good Answers: 17
#4
In reply to #1

Re: Embedded Web Server

06/27/2011 11:13 AM

Hi

Thanks for your reply.

Linux, Window OS are too big for the embedded web server I am talking about. It has only 256k RAM for program storage. The processor is much less power than X86.

Usually these type of webserver come with compiler for free also.

__________________
Sharing knowledge is one thing that defies basic arithmetic logic --- the more you share, the more you get!
Register to Reply
Guru
Canada - Member - New Member

Join Date: May 2006
Location: Montreal, Canada
Posts: 632
Good Answers: 11
#6
In reply to #4

Re: Embedded Web Server

06/27/2011 11:57 AM

http://www.modtronix.com/ has PIC based products. x86 goes a long way, a 286 is not that powerfull but let you develop using familiar tools.

__________________
''What the hell has my a** got to do with magic?" Don Quixote
Register to Reply
Anonymous Poster #1
#3

Re: Embedded Web Server

06/27/2011 10:30 AM

You have to be much more explicit when you talk about "embedded web server". All a minimum web server has to do is "serve up" a minimum web page. That has been done with single chip microprocessors and a "web page" burned into rom.

For example, the setup and help screens on your router or modem may be done as web pages. The router is the "server", but it doesn't have the functionality of, say, Apache.

OTOH, if you are servicing all the various ports and protocols, that's a little different...

Register to Reply
Anonymous Poster #1
#5

Re: Embedded Web Server

06/27/2011 11:23 AM

Would something like

Webio at codeproject

suit your needs?

Register to Reply
Anonymous Poster #1
#7

Re: Embedded Web Server

06/27/2011 12:25 PM

D'oh!

I misread your posting. You are looking for hardware as well. I thought you were looking for web server software to embed in your product.

Here's a start: Google "smallest web server"

Register to Reply
Register to Reply 7 comments

Good Answers:

These comments received enough positive votes to make them "good answers".
Copy to Clipboard

Users who posted comments:

bravo88 (1); gigaconcept.com (2); rhkramer (1)

Previous in Forum: Transistor   Next in Forum: Solar Panel

Advertisement