Release: netlib

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

Moderators: Shine, Insert_witty_name

Post Reply
youresam
Posts: 87
Joined: Sun Nov 06, 2005 1:43 am

Release: netlib

Post by youresam »

Hey everyone, Ive created a program that will make making online games as simple as reading strings.

You use an id for your program, for example if I make a game, the id could be "samsgame". So an example code would be netsend("samsgame","sam is at level 1","r"). ("r" means add to the variable, "w" means replace it)

Then, another PSP would call
otherlevel = netget("samsgame")

Anyway, refer to the readme for more details.

http://forums.qj.net/attachment.php?attachmentid=2727
Post Reply