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!
Search found 3 matches
- Tue May 09, 2006 6:01 am
- Forum: PSP Development
- Topic: Python UDP sockets
- Replies: 5
- Views: 1968
- Mon May 08, 2006 6:28 pm
- Forum: PSP Development
- Topic: Python UDP sockets
- Replies: 5
- Views: 1968
- Mon May 08, 2006 11:49 am
- Forum: PSP Development
- Topic: Python UDP sockets
- Replies: 5
- Views: 1968
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, ...