[Announce] PSP-Python with network support

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
fraca7
Posts: 21
Joined: Mon Oct 03, 2005 12:55 am
Location: Paris
Contact:

[Announce] PSP-Python with network support

Post by fraca7 »

I just added network support in PSP-Python. After one function call to actually connect, all the network-related classes/modules of the standard library work as is. Documentation and download on the Wiki:

http://fraca7.free.fr/pspwiki/doku.php

Two samples are included, a simple echo server and an HTTP server that just shows the contents of the memory stick (and allows to download the files that are there).

Have fun.
johnsto
Posts: 30
Joined: Wed Jan 18, 2006 8:52 am

Post by johnsto »

Fantastic! Been waiting for this :)
fraca7
Posts: 21
Joined: Mon Oct 03, 2005 12:55 am
Location: Paris
Contact:

Update - bug fix

Post by fraca7 »

Argh. This version introduced a serious bug preventing script.py from importing anything that wasn't under ms0:/python; this is fixed now.
Post Reply