ouresam, the creator of the online Lua Library known to developers as netlib has released yet another online application today, this one being a LuaPlayer v0.16 modification which allows it to scan for WiFi access points! This is a modification and therefore LuaPlayer v0.16 is still required, this new file simply overwrites a few of the old files and adds the WiFi scanning function. For those developers interested in developing homebrew applications that may use thes efunctions, here's the code:
* Wlan.scanInit() - Activates the wifi
* Wlan.scan() -Returns a table similar to System.listDirectory(), except you have .name, .mac, and .strength (EXAMPLE: gotscan = Wlan.scan(), gotscan[1].name is the first wireless points name)
* Wlan.scanTerm() -Turns off the wifi
Remember this though, do not try to use the Wlan.scanInit() if the Wlan switch on your PSP is off as this will crash the PSP. Have fun! It may not be as glorious as the XMB's WiFi scanning tool but it certainly does the job. Thanks for the tip TheMarioKarters!
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Similar Software:
Pixel Dump Pixel Dump
For the developers looking for supplements to their latest homebrew application or custom XMB theme , we've got something for you. Fellow coder radioactive_x dropped by the QJ.Net Forums earlier to release Pixel Dump 1, a compilation of the author's past game pixel art
Netlib 2.02 Are you Sam? No? Well, if youresam can read this, thanks for upgrading netlib!So, what is netlib? Simply put, it's a library you can use it to make your own LUAplayer games for your PSP, and youresam just made a couple of tweaks
DeSmuME Source DeSmuME Source The source code has been released for the very popular DeSmuME NDS emulator. This emulator has received a great following of users and was ceased due to the new copyright laws in France
Woopsi Woopsi Ant512's handy windowing system for creating homebrew user interfaces for the Nintendo DS has recently received a new update. Tagged asversion 1.1, the latest Woopsi update brings the following fixes and improvements:Changelog:
Fixes:
Slider arrow buttons work correctly.
WoopsiString::compareTo() returns s8 instead of s32
FindC FindC
PSPXavier has released an updated version of his PSP tool that aids in the design process of homebrew games. A side purpose of this application is the ability to find out the exact coordinates of those dreaded dead pixels. FindC is a Lua application and stands for Find Coordinates
Joyau Joyau
from Kode:
Hi,
Here is a new version, which fixes some bugs, and which adds support for lots of libraries included in Ruby's stdlib. I added bigdecimal, digest, fcntl, stringio, strscan, zlib, enumerator, thread, and nkf. Of course, more libraries can be used, since some of them depend on the ones I added
WinFontGenerator 0.1 Source Code WinFontGenerator 0.1 Source Code Homebrewer Overkill might have "overdone" it this time with the release of his WinFontGenerator 0.1 For DS. According to Overkill himself, this new utility he has created is basically to generate a customized font's sprite. This is his first version so a little bump here and there should be expected
Visual Application Visual Application
With the release of the Nanodesktop update that provides compatibility with custom firmwares and the PSP Slim, homebrew developer Andrea Badiali (a.k.a. andbad) has released a new version of Visual Application. The app is now compatible with the Slim and CFWs
AtariVM Version 0.2 AtariVM Version 0.2
Lostjared has updated his AtariVM to version 0.2 Alpha. This is a virtual machine that interprets Atari 800 assembly language. It is not a Atari emulator that runs Atari 800 ROMs. You can learn how to write Atari assembly source and the foundations of modern programming languages