netlib is small function library in Lua that will allow anyone with knowledge in Lua to make their game be online multiplayer. It uses simple commands such as netsend(id,data,abtribute ) and netget(id).The idea of the id is say if I made a game, the id could be”samsgame”. Then, I could do netsend(“samsgame”,”sam is at level 1″,”a”). If the abtribute is”a”, it will add to the data, if it is”w”, it will replace the data. Then another PSP would do something likeotherlevel = netget(“samsgame”). Sending data takes .3 seconds, recieving data takes 1 to 3 seconds.http://forums.qj.net/showthread.php?t=39660