Embedding Python in an embedded system

S

Stefan Arentz

Howdy.

I'm looking at embedding python in a little embedded system. The device
(a linksys wrt54g router, popular hack object since it runs linux), has
limited resources. Just 4MB flash and 16MB memory.

I'm interested in Python because I need to be more agile with developing
an application for this platform. Currently I am using C++ but it takes
just too much time to develop/debug code.

Does anyone have experience doing something like this?

S.
 
S

Steve Holden

Stefan said:
Howdy.

I'm looking at embedding python in a little embedded system. The device
(a linksys wrt54g router, popular hack object since it runs linux), has
limited resources. Just 4MB flash and 16MB memory.

I'm interested in Python because I need to be more agile with developing
an application for this platform. Currently I am using C++ but it takes
just too much time to develop/debug code.

Does anyone have experience doing something like this?

S.
I've seen reports of people having ported Python to the Linksys Network
Storage device, which as far as I know uses the same chip and a similar
Linux environment - or possibly even the WRT45G itself. Google isn't
being very cooperative, though, sorry.

regards
Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,470
Messages
2,571,807
Members
48,797
Latest member
PeterSimpson
Top