Keeping WLAN connection alive

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

Moderators: Shine, Insert_witty_name

Post Reply
Elxx
Posts: 16
Joined: Wed Dec 07, 2005 4:48 pm
Contact:

Keeping WLAN connection alive

Post by Elxx »

I've found that the WLAN connection in my LuaPlayer apps tends to die after a few minutes, even if it's sending and receiving data. I have WLAN power save off and everything, but it still tends to drop. The only way I've found to fix this is close the Wifi connection then open it up again every minute.

In a C program, you can fix this by using sceKernelPowerTick()...is there anything in Lua that could work like this?
Arwin
Posts: 426
Joined: Tue Jul 12, 2005 7:00 pm

Post by Arwin »

Do you have WiFi powersaving enabled on the PSP? If you do, you could first try turning that off, as that's a lot faster anyway also for browsing.
Post Reply