e-U Connect is a bash+dialog based user interface to WPA supplicant for connecting to the e-U network under GNU/Linux. Major features include: iterative and menu mode, fast connect/disconnect, stress mode, MAC address spoofing, event logging, automatic NIC detection and assignment, network detection, dynamic DHCP client support, a dependency check scanner, and network status.
| Tags | Networking Utilities |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | Unix Shell bash |
| Translations | English |
Recent releases


Release Notes: Minor cleanups. Some typos have been fixed. MAC address spoofing capability has been added. wext (Linux wireless extensions) is now the default driver. In janitor(), a call to disconnect was added. A bug that showed the network as always "IN RANGE" has been fixed. stress() now sleeps 5 seconds instead of 10. In load_dhcpc(), the regular output goes to /dev/null. In usage(), the PATH is stripped from the script name using basename. logger is no longer a mandatory tool. The contact info was updated (the project is now hosted at SourceForge). A sample WPA supplicant config file is included.


Release Notes: Code cleanups. Two new functions: stress() (call connect() in a loop until the connection is established) and reconnect() (the name says it all). Information about the wireless driver in use was added to net_info().


Release Notes: Dialog is now optional. Only menu mode depends on it. Event messages are now logged to system log. A janitor() function has been added to clean up in case of an unexpected exit, the command line argument parsing was improved, wireless interface drivers can now be specified through a command line argument, and a bug was fixed in the load_supp() function.


Release Notes: e-U Connect now responds exclusively to command line arguments, and an iterative mode was added.


Release Notes: More tweaks and code cleanups were done. A bug in net_scan() that wrongly detected e-U networks when iwlist returns no results was fixed. The event verbosity was increased. tool_scan() was renamed to dep_scan(). Some more dependency checking was added.