Question for Embedded Software Gurus

MoneyPlant

Junior Member
Jun 17, 2008
1
0
0
Is it possible for me to run a small webserver application on my SD/Compact flash card and use it to serve mp3 files to WMP and iTunes? I know this sounds crazy, but I am interested to see if it is possible.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
Not with just a flash card. You're going to need some sort of controller for it.

What are your intentions with it? Where would it be used?
 

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Sep 16, 2005
15,682
14
81
www.markbetz.net
As Crusty suggests, an SD card is just storage. In order to run a small webserver you would need some processor that can execute code, and software written for it that will provide the necessary functions.

If you're planning to use the card with your Windows or Linux-based computer, then you would run the http daemon on that platform, and just use the SD card to store data.
 

Modelworks

Lifer
Feb 22, 2007
16,240
7
76
Originally posted by: MoneyPlant
Is it possible for me to run a small webserver application on my SD/Compact flash card and use it to serve mp3 files to WMP and iTunes? I know this sounds crazy, but I am interested to see if it is possible.

Its very possible.
Just depends on how much you already know and how much your willing to spend.

You need a tcp stack:
http://savannah.nongnu.org/projects/lwip/

A micro that supports tcp easily :
http://www.sparkfun.com/commer...o.php?products_id=7830