PDA

View Full Version : LuaPlayer 0.15 Beta Release With WiFi Support



wraggster
December 3rd, 2005, 10:14
Shine (http://forums.ps2dev.org/viewtopic.php?t=4203) has posted a preview release of LuaPlayer for the PSP version 0.15.

Lua is the easiest way for beginner coders to release games and applications for the PSP without the messing about of setting up a major Dev Environment, heres whats new:

- 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

Download Here --> http://psp-news.dcemu.co.uk/luaplayer.shtml

jimjamjahaa
December 3rd, 2005, 10:41
........



wow!

bill00000
December 3rd, 2005, 13:57
Lua Coders? Can you tell us what would be possible with this?

bmagierski
December 3rd, 2005, 20:54
very cool!! does this work on firmware 2.0 using eboot loader 0.85??

-- bkm

HeX
December 3rd, 2005, 23:11
WOH cool.. im thinking this doesint work on the 2.0 firmware becouse it has WiFi. correct me if im wrong...