You'll also need to implement PPP, and get the user to 'dial in' to your se= rver. Other than that, a modem is a nice an easy thing to emulate. The only other thing that's come to mind is using firewire - it has a built in network class that's part of the spec, so that would be plug and play networking. However there aren't any cheap microcontrollers with integrated firewire, and the chips aren't cheap. I don't know how easy they are to work with either. Maybe put wifi on the board. Use javascript to update one file in the mass storage that sets up the wifi to connect to the user's network, then go through that. Wifi chipsets are getting cheaper and cheaper... -Adam On Mon, Oct 19, 2009 at 12:05 PM, Tamas Rudnai wro= te: > I was just wondering if you emulate a modem then maybe you could use a > dial-up network interface? You might still need an INI file provided > but no driver needed as far as I concern. For modem you can use CDC + > a fake AT command interpreter (most probably not the entire set). > > Tamas > > > On Sat, Oct 17, 2009 at 3:37 AM, Harold Hallikainen > wrote: >> I'm wondering about combining the USB mass storage class and =A0the HTTP >> server in the Microchip TCP/IP stack. When someone plugs in a host >> computer, the MSD appears on their machine. Click on index.html, and >> you're at the user interface. Or, it could even include an autostart >> file to start the =A0browser. You could, of course, look at files and >> MAYBE even do GET cgi or MAYBE even POST. >> >> Possible? Bad idea? >> >> Thanks! >> >> Harold >> >> >> -- >> http://www.piclist.com PIC/SX FAQ & list archive >> View/change your membership options at >> http://mailman.mit.edu/mailman/listinfo/piclist >> > > > > -- > /* www.mcuhobby.com */ int main() { char *a,*s,*q; printf(s=3D"/* > www.mcuhobby.com */ int main() { char *a,*s,*q; printf(s=3D%s%s%s, > q=3D%s%s%s%s,s,q,q,a=3D%s%s%s%s,q,q,q,a,a,q); }", > q=3D"\"",s,q,q,a=3D"\\",q,q,q,a,a,q); } > > -- > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist > -- = http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist