Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72131
| Date | 2014-05-27 10:02 -0500 |
|---|---|
| From | Tim Chase <python.list@tim.thechases.com> |
| Subject | Re: Python box (home-use smart router) |
| References | <53843FD6.1040505@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.10376.1401224727.18130.python-list@python.org> (permalink) |
On 2014-05-27 15:33, animalize81 wrote: > Home-use smart router is more and more popular. > > If <Python Software Foundation> embeds Python into such router, and > develops a framework that has the following features: > > 1, allow power-down at any time > 2, dynamic domain name > 3, local storage support (SD cards or Hard Disk) > 4, telnet server > etc. > > Then we can create micro private server on it. It certainly can. I've got a Buffalo router here that runs a stripped-down version of Linux and has Python installed on it. No need for the PSF to get involved because people are already creating these without them. I know that a lot of folks use an old router and put OpenWRT, DD-WRT, or Tomato firmware on them. This would give you a Linux platform on which you can install Python, usually telnet (or more likely, SSH) support, and can be integrated with a number of dynamic-DNS services. You could even grab a Raspberry Pi (model B with ethernet), add a USB ethernet adaptor, and you'd have a pretty nice machine with 512MB of RAM (the router platforms don't usually have more than ~64MB of RAM), two ethernet ports for routing, and would support SD or USB drives. -tkc
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python box (home-use smart router) Tim Chase <python.list@tim.thechases.com> - 2014-05-27 10:02 -0500
csiph-web