Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #72131 > unrolled thread

Re: Python box (home-use smart router)

Started byTim Chase <python.list@tim.thechases.com>
First post2014-05-27 10:02 -0500
Last post2014-05-27 10:02 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Python box (home-use smart router) Tim Chase <python.list@tim.thechases.com> - 2014-05-27 10:02 -0500

#72131 — Re: Python box (home-use smart router)

FromTim Chase <python.list@tim.thechases.com>
Date2014-05-27 10:02 -0500
SubjectRe: Python box (home-use smart router)
Message-ID<mailman.10376.1401224727.18130.python-list@python.org>
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


[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web