Search found 3 matches

by kimbl
Tue May 09, 2006 6:01 am
Forum: PSP Development
Topic: Python UDP sockets
Replies: 5
Views: 1901

Good thought - unfortunately I originally started with port 8000, and only came down to 999 after reading a bit of sample code somewhere. I can't get either to work...

I fear I may have to learn Lua after all to get this done - shame - I much prefer Python!
by kimbl
Mon May 08, 2006 6:28 pm
Forum: PSP Development
Topic: Python UDP sockets
Replies: 5
Views: 1901

Apologies - 3am finger trouble...
by kimbl
Mon May 08, 2006 11:49 am
Forum: PSP Development
Topic: Python UDP sockets
Replies: 5
Views: 1901

Python UDP sockets

I'm trying to put together a simple app in PSP python to send UDP messages whenever a button is pressed. I've got a simple app that displays buttonpresses on screen, but whenever I actually try to send the packet it crashes out (PSP turns off and needs a restart). socket library seems to import ok, ...