Page 5 of 7

Posted: Sat 04 Aug 2018, 10:14
by stemsee
This update provides a beta of Wifi-ScannerM. The simplest of the three.

Posted: Tue 09 Oct 2018, 20:46
by stemsee
Wifi-TrayNet-4.8 fixes and improvements.
1) When randommac is called that is applied and quickreconnect is invoked.
2) Autoconnect functions work properly with variables defined before writing the autoconnect script, instead of within (backtic operations left empty spaces).
3) mac address editor in passwordgui.
4) static ip applied more effectively. I found myself connecting to a router which allowed internet to ip addresses above 100, but allowed lan connection to ips above and below 100. I also found that second attempt to connect to such network with new mac address resulted in correct ip assignment and internet connectivity. First connection would be 192.168.0.105 (no internet) static ip new mac (random mac) gave 192.168.1.105 internet connection.
5) Saved profile connection uses saved static settings.

Posted: Wed 17 Oct 2018, 00:12
by stemsee
For the last three days I worked on Wifi-TrayNet function by function. I found some problems and changed things.

Saved profiles function overhauled and much improved. Using yad list and buttons to preview delete edit and customise profiles.

here is the Wifi-TrayNet script only copy yo /usr/sbin/Wifi-TrayNet.

Posted: Sun 21 Oct 2018, 02:49
by stemsee
apsvg

Posted: Sat 15 Dec 2018, 21:52
by stemsee
I could not connect with eduroam on fatdog using wifi-traynet this addresses the issue. But alas there are other issues.

Posted: Wed 26 Dec 2018, 15:34
by stemsee
I had to review Wifi-TrayNet functions and code flow. I beleive that now this app has matured and will be easy to use for the majority of users.

On starting with X Scan results are available in the menu for selection of available APs. the app connects to the default profile which is created by the last AP connectiony AP availability is first checked,

Wifi interface is determined and selected automatically; manual selection is available in the menu.

Airplanemode is now checked by any functions trying to use the interface.

profiles are created before connection, and are more easily managed.

There are no additional scripts created, only a symlink to either /etc/xdg/Startup or /root/Startup if the menu >Toggle Start with Xs selected.

The code no longer uses 'tr' to convert @ to ", rather backslashes are used to escape each item along with 'echo -e' (seems inedfficient to me).

The menu has fewer options exposed to the user. So too the password entry gui.

Just testing a bit more.

stemsee

Posted: Sat 29 Dec 2018, 19:18
by stemsee
This works well on FD800 fd721 DebianDog and upupbb.

Testing feedback appreciated.

The password/user entry gui has 11 input fields, from left to right and down.

Password and User id fields are auto-greyed out according to authentication types.

AP selected shows the ssid of AP selected from tray menu. The mac address of the selected AP is shown in the ReSelect AP field. Selecting the down arrow shows all available APs found, select one and click ok to change selected AP.

dhcpc editor shows the udhcpc and dhcpcd strings used for acquiring the ip address from the AP.

Config editor (geany/leafpad) if selected opens selected AP/profile with selected text editor.

Profiles selector, shows saved profiles and selects matching AP with saved profile. If visible, the shown profile will be connected even if password and /or user id has been entered. To create a new profile with updated password/id blank line in the profiles field, enter password/id and click ok.

Driver field for wpa_supplicant. Use wired for ethernet connection, selecting or inputting the network device in the interface field.v Or use wext for wireless devices.

Static ip set, field with examples...for advanced set-ups.

$int mac, shows your hardware mac address. Edits to this mac address will be applied.

Field 12 is a button, that brings up the NetworkBlocks presets in case of editing the Profile or connection config (netsel/qrc/default).

stemsee

Posted: Thu 10 Jan 2019, 02:36
by stemsee
I have added basic bluetooth functionality to Wifi-TrayNet. Connects/disconnects audio device and phone/obex.

Posted: Thu 10 Jan 2019, 20:39
by stemsee
Working...

Posted: Fri 11 Jan 2019, 19:54
by stemsee
New version with working bluetooth utility. Now has command input and execution.

There is a roaming function which doesn't work properly, so please ignore it for now.

AP names in the tray menu are limited to display 17 characters.

Posted: Thu 31 Jan 2019, 12:51
by stemsee
This update has improved process control.

More use of bssid to connect and provide information of AP.

Clearer use of tooltips to indicate status and function use.

Regular updates of available APs in the menu and tooltip.

Indications in the menu AP item list which AP is currently connected.

Auto-connect to default profile if restart X or app.

Bluetooth and command execution function with feedback in the yad panel using cycle-read to feed the 12 fields.

Posted: Fri 22 Feb 2019, 22:44
by stemsee
Bluetooth function updated for bluez5 'bluetoothctl' compatibility.

Main menu simplified to show APs and 4 options.

Extras Menu configured to show only connected AP, and all other functions/options.

Posted: Sun 24 Feb 2019, 10:18
by stemsee
Optimised menu item arrangement.

Added 6 more fields to the bluetooth gui for displaying more devices/info.

removed 'Quit' item. Added --no-middle.

Posted: Tue 26 Feb 2019, 13:05
by stemsee
The Wifi aspects of this app are working as desired. Only gettext left to do.

Bluetooth provides a gui for piecing together connection commands.

Posted: Tue 26 Feb 2019, 21:34
by stemsee
Spent all day getting Wifi-HotSpot script working properly. I simplified the options a lot.

it was working great with one wifi card also functioning as hotspot host.

Script now deletes ap* ( iw dev ap1 del) on exit, and after closing the hotspot.

Wifi-ScannerM working properly too.

Posted: Fri 01 Mar 2019, 13:11
by stemsee
bugfix

Posted: Sat 02 Mar 2019, 19:31
by stemsee
This update deals with the annoying menu or extramenu changing everytime the connection is tested. Now which ever menu is selected it will remain until manually changed.

Added some commands to the bluetooth section.
Revisited ScannerM for a checkup.

Tested on FatDogs, BionicDog, Upupbb acheives same functionality on all.

Posted: Mon 04 Mar 2019, 10:17
by stemsee
Wifi-HotSpot : My script made the assumption that create_ap resided in /usr/sbin but on examining the makefile I see it is /usr/bin so I changed the script accordingly. But also simplified some things, namely only one hotspot can run at a time from the script, cli allows 4 if your hardware can handle it.

Hotspot tray notification closes reliably. lists clients in a properly sized and positioned gui.

Posted: Sat 23 Mar 2019, 12:41
by stemsee
Wifi-TrayNet GUIs

and extras Menu

Posted: Sun 24 Mar 2019, 15:30
by stemsee
What have I done

When editing some functions I simplified their names but forgot to reflect changes in menus and calls, so usb eth1 eth2 probably did not connect. Anyway i removed usb ethernet1 ethernet2 from extrasmenu and replaced with one option, wired. Which opens a gui and uses one function to connect whichever ethernet or usb is selected.

Added a menu entry for Wifi-ScannerM which gives an open gui on the desktop to compliment the tray menu.

I also found a typo for nameserver section.

sorry!

stemsee