The wireless network can be treated as if they had an ethernet wired connection. You need a DHCP server. You will also need a DNS server (or a fake DNS server) that points to the device. DNS is complex, but you can make a fake server by answering any DNS request with your device's IP address. This should be very simple, and will make it so any computer attached to the network will access your device regardless of the website it tries to access. A DHCP server should be similarly simple - a little more complex to handle the case of more than one computer attaching at once, and perhaps tracking IP address leases, but you could dumb it down further with some assumptions. -Adam On 3/25/08, Harold Hallikainen wrote: > I'm trying to figure out how ad-hoc wireless networking can be applied to > a couple PIC based products I'm working on. We'll have an embedded web > server, and we want people to be able to easily join the ad hoc network > and view the web server. So far, in setting up ad hoc networks, I've had > to manually assign IP addresses to each end of the system. It really isn't > very user friendly. So, how are IP addresses typically assigned in such a > system? How do we get the address of the device we're making in to the web > browser? Does our device, perhaps, need to run a DHCP and DNS server? > > THANKS! > > Harold > > > > -- > FCC Rules Updated Daily at http://www.hallikainen.com - Advertising > opportunities available! > -- > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist > -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Moving in southeast Michigan? Buy my house: http://ubasics.com/house/ Interested in electronics? Check out the projects at http://ubasics.com Building your own house? Check out http://ubasics.com/home/ -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist