Results 1 to 5 of 5

Thread: LuaPlayer 0.15 Beta Release With WiFi Support

                  
   
  1. #1
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    53
    Posts
    141,441
    Blog Entries
    3209
    Rep Power
    50

    Default LuaPlayer 0.15 Beta Release With WiFi Support

    Shine 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

  2. #2
    DCEmu Rookie
    Join Date
    Sep 2005
    Posts
    137
    Rep Power
    72

    Default

    ........



    wow!

  3. #3
    DCEmu Rookie bill00000's Avatar
    Join Date
    Jul 2005
    Posts
    189
    Rep Power
    73

    Default

    Lua Coders? Can you tell us what would be possible with this?

  4. #4

    Default

    very cool!! does this work on firmware 2.0 using eboot loader 0.85??

    -- bkm

  5. #5
    DCEmu Newbie
    Join Date
    Oct 2005
    Posts
    89
    Rep Power
    0

    Default

    WOH cool.. im thinking this doesint work on the 2.0 firmware becouse it has WiFi. correct me if im wrong...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •