Short: wifi network chooser for prismv2.device Author: Zener Uploader: code zener fr (Zener) Type: comm/net Version: 0.4 Requires: 68020+, MUI v3.8+, prism2.device Architecture: m68k-amigaos >= 2.0 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 ENVARC:sys/ZenPrismWifi.prefs. Prism2 conf files will be written to 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 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 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. 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. . <- this is the last line.