Changelog includes:
v0.15
==========
- timer bug fixed (was bug in PSPSDK) [mrbrown]
- wlan socket support (based on PspPet's "WiFi Multi-Test .03") [Shine]
- changed sceGu* and sceGum* functions to Gu.* and Gum.* [Shine]
- System.getFreeMemory added [Shine]
- Freetype added, with 2 default fonts (see
http://www.gnome.org/fonts/ for the licence) [Shine]
v0.15 (preview)
==========
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.
Download
LuaPlayer 0.15 with WiFi Support