netConfig for Lua - wireless networking library for Lua code |
Ó

So you're a Lua coder and have got a great idea for a LUA application or game, but it could never come to fruition because of one thing: you need to use the Sony PlayStation Portable's wireless network connection. Well programmer shaolan, the homebrew developer behind LuaSQL, swept that hurdle aside with a networking library for Lua code: netConfig for Lua.
Much like LuaSQL, the netConfig library appends its networking configuration to existing Lua code, so it can optionally be integrated for networking support. It can also be invoked via in-line code so you can use the library's inherent connection abilities to access available WAPs and surf the Web for instance.
The code is available directly from shaolan, but you should save the code in its entirety into a file properly named "netConfig.lua". The developer's preference for invoking the library can be used, which goes:
Dofile ( "netConfig.lua")
netConfig() NetConfig ()
The code shown above will work when netConfig.lua is in the immediate directory the Lua code's workspace is currently located. With that covered, happy coding!
Contact Us:
The QJ.net Network |
|
| Site | Feed |
| QJ.NET | RSS |
| Nintendo DS | RSS |
| PlayStation 3 | RSS |
| PSP Updates | RSS |
| Wii | RSS |
| Xbox 360 | RSS |
| MMORPG | RSS |
| Personal Computer Games | RSS |
| iPhone - iPod Touch | RSS |
| QJ.NET Forums | RSS |
User Favorites - December
User Favorites - December
Categories
Archives
Accessories
Add-ons
Applications
Artwork
Batteries
Cheats
Deals
Emulators
Events
Featured Articles
Firmware
Flash Applications
Flash games
Game Demos
Games
Hacks & Exploits
Homebrew Applications
Homebrew Demos
Homebrew Development
Homebrew Emulators
Homebrew Games
Homebrew Themes
How-To
Humor
Imports
Interviews
Magazines
Mods
MY QJ
News
Off Topic
On Shelves This Week
Opinions & Analysis
Podcasts
Previews
PSP Go
PSP Minis
PSP Slim & Lite
QJ How-To Series
QuickJump QuickGuide
QuickJump QuickPeek
Reviews
Rumors
Scans
Screenshots
Site News
Titles
UMD Movies
Videos
Weekend Warrior
Wi-Fi
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
Comments
Can't wait to try it out, now we just need this to be in English or have some sort of instruction manual.... I'll figure it out later :D
So with this library code you can create an app that will utilize VoIP?
This code is faulty. To invoke the library you have to call netConfig() instead of netConfig() netConfig(). Copy/paste error for sure.
Add New Comment