Any way to transfer files in ms duo between psp(s) by WiFi?

Discuss using and improving Lua and the Lua Player specific to the PSP.

Moderators: Shine, Insert_witty_name

Post Reply
windbell
Posts: 7
Joined: Tue Mar 14, 2006 10:51 pm

Any way to transfer files in ms duo between psp(s) by WiFi?

Post by windbell »

Through lua programming?
Read WLAN in the function section but still dunno what to do... any examples available?

All I guess is:
PSP - A
1a) initialize wlan
2a) create server socket
3a) listen for client

PSP - B
1b) initialize wlan
2b) get available connection
3b) choose a server (PSP - A) and ask for connection
4b) listen for server reply

PSP - A
4a) accept connection and ack PSP - B

PSP - B
5b) connect with PSP - A

-----
Am I right?
What functions I should use and how to do?
I have never works on socket programming so I am very stupid on this field~ :(
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

Post by Art »

Flame me if I'm wrong, but I haven't heard of an adhoc wifi solution with lua
yet, so you'd be the first to use wifi to communicate directly between two PSP
units using LUA.
Not saying it can't work, because there is a working LUA web server,
but I think for now, it would have to be done in a room with a wireless access
point.
Post Reply