Overview :
zenPrismWifi allows to list wifi networks, choose one, ask password, make psk
key and write prism2 conf file.
It wont connect you to wifi, you need a IP stack for that (like Miami).
It will save its preferences into Prism2 conf files ENVARC:sys/Wireless.prefs and ENV:sys/Wireless.prefs to be usable immediately (warning : they will be
overwritten).
It will remember SSIDs, so no need to type again passwords (stored in psk
format).
Sources are included, you can use parts as you want.
Error codes comes from https://github.com/obarthel/amiga-sana-ii-tftpclient/
blob/master/error-codes.c
It is a quick made code, so it is not as optimized as it should be.
Usage :
Just double-click on the icon to launch it.
As alternative or if any error occurs, from cli, to see traces, run :
zenPrismWifi TRACES
If you want to see this software, but you don't have the card (since
0.5), run :
zenPrismWifi DEMO
List of SSID, Channels and levels order from highest level to lower.
Double-click :
Will add/move this SSID to known list at first position.
SSID in bold are the ones that already known.
Known networks are those which you already entered passwords.
'Refresh' : refresh list using your prismv2 device.
'SSID' : choosen SSID, you can type a hidden SSID here.
'Add' : Add this SSID to known networks, ask password if needed,
'Single' not checked : save all known networks into Wireless.prefs
files.
'Single' checked : save just this network into Wireless.prefs files.
'Single' : Choose if just one network or all known networks will be saved
in Wireless.prefs files.
'Manage known networks...' : Open the list of known networks, to forget
some.
'Status' : displays status of operations.
'Quit' : just quit.
Installation :
Put zenPrismWifi executable where you want. No installation needed.
Bonus :
You can find some useful scripts in utils/miamiscripts (see
corresponding readme).
Compilation :
This software is cross-compiled from Linux using bebbo gcc.
After setting environment vars, go to src directory, and run 'make'.
If you have a CPU under 68020, you can recompile the project removing
'-mc68020' from the Makefile.
Contact :
For any question, please contact code@zener.fr, please be patient for an
answer.
Licence :
This software is distributed under GPL license. You are free to use and
distribute it.
I (the author) wont be responsible for any damage that may occur.
Greetz :
Pops for icon.
LesDocs and Micha for their feedback.
History :
Version 0.1
-----------
First release.
Version 0.2
-----------
Added expert mode.
Version 0.3
-----------
Simplified GUI, added known network list window, added some help
strings.
Version 0.4
-----------
Added icon by Pops.
Reduced name from zenPrismWifiChoose to zenPrismWifi.
Version 0.5
-----------
Added DEMO argument for running it without Wifi card.
Fixed huge bug with SSID list (Thanks to Sue Ann and Brian for
the discovery of this bug).
Version 0.6
-----------
Fixed cpu intensive usage.
Using only Wireless.prefs file as preferences, the first time, it
will load old ZenPrismWifi.prefs file, so you won't lose your data.
. <- this is the last line.
|