LuaPlayer 0.15 Beta Preview With WiFi Support

Luaplayer7272js8s22

Shine has recently posted a preview of the new LuaPlayer for the PSP, version 0.15. Lua is an easy to use scripting language to program games and applications on the fly (no compiling.) In this preview version of 0.15 LuaPlayer, Wi-Fi has been incorporated which will allow for more amazing Lua programs to be written on the PSP. Changes include:

– Timer bug fixed (was bug in PSPSDK) [mrbrown]
– Outgoing wlan socket support (based on PspPet’s “WiFi Multi-Test .03”) [Shine]

WiFi Functions:
– Wlan.init() – Initializes Wlan
– Wlan.term() – Terminates Wlan
– Wlan.getConnectionConfigs () – Returns table consisting of strings that tell the connection configuration names on your psp
– Wlan.useConnectionConfig( string config) – Sets the connection configuration to use (config)

Socket Functions:
– Socket.connect(string IP, integer PORT) – Returns a Socket Object that can Send and Get data from an IP Address(IP) (Connects to Port PORT)

Socket Object Functions:
– socket.send(string data) – Sends data to the Socket that is a string (data)
– socket.recv() – Returns data that has been sent to the Socket
– socket:isConnected() – Returns true(1) or false(0) depending on if you are connected or not

You can get it in our PSP Download section [here].
You can discuss this in our active forums [here].
Thanks for the info Joreofiorio35 =)

Currently, this program will only run on PSPs with firmware version 1.0 or 1.50. If you do not know which firmware version your PSP has, or if you need help installing this program on your PSP, check our Ultimate FAQ.
If you have a higher firmware version than 1.50 on your PSP, please check the information below:
– To downgrade the firmware from a version higher than 1.50, please visit [here].
– If you want to try to run it on a 2.0 PSP, please visit our forum for the latest 2.0 eboot loader, and a list of working program on it [here].

Luaplayer7272js8s22

Shine has recently posted a preview of the new LuaPlayer for the PSP, version 0.15. Lua is an easy to use scripting language to program games and applications on the fly (no compiling.) In this preview version of 0.15 LuaPlayer, Wi-Fi has been incorporated which will allow for more amazing Lua programs to be written on the PSP. Changes include:

– Timer bug fixed (was bug in PSPSDK) [mrbrown]
– Outgoing wlan socket support (based on PspPet’s “WiFi Multi-Test .03”) [Shine]

WiFi Functions:
– Wlan.init() – Initializes Wlan
– Wlan.term() – Terminates Wlan
– Wlan.getConnectionConfigs () – Returns table consisting of strings that tell the connection configuration names on your psp
– Wlan.useConnectionConfig( string config) – Sets the connection configuration to use (config)

Socket Functions:
– Socket.connect(string IP, integer PORT) – Returns a Socket Object that can Send and Get data from an IP Address(IP) (Connects to Port PORT)

Socket Object Functions:
– socket.send(string data) – Sends data to the Socket that is a string (data)
– socket.recv() – Returns data that has been sent to the Socket
– socket:isConnected() – Returns true(1) or false(0) depending on if you are connected or not

You can get it in our PSP Download section [here].
You can discuss this in our active forums [here].
Thanks for the info Joreofiorio35 =)

Currently, this program will only run on PSPs with firmware version 1.0 or 1.50. If you do not know which firmware version your PSP has, or if you need help installing this program on your PSP, check our Ultimate FAQ.
If you have a higher firmware version than 1.50 on your PSP, please check the information below:
– To downgrade the firmware from a version higher than 1.50, please visit [here].
– If you want to try to run it on a 2.0 PSP, please visit our forum for the latest 2.0 eboot loader, and a list of working program on it [here].

Add a Comment

Your email address will not be published. Required fields are marked *