- First compile:
make english(Spanish is also supported.) - Then install:
sudo make install - Use it:
mmcli -h
DO NOT build multiple languages before installing! Run make clean if you need to rebuild.
- Not all NICs support "mesh point" mode. Modern ones should though. See if yours does with
mmcli -d - This program uses
sudo, if you usedoasorsu -c, i trust you to know how to edit this program. - To uninstall:
sudo make uninstall - Depends on
iwandwpa_supplicant - Not all builds of
wpa_supplicantsupport mesh mode. if you get weird errors after wpa_supplicant initialisation, maybe your build does not support mesh. I havewpa_supplicant v2.11-hostap_2_11+and it works. - More usage instructions with:
mmcli -h
japanese language does not work, Password field correctly handles special characters, but mesh name field does not.
- Implement all the languages listed in the makefile.
- Handle IPv6 addresses.
Handle multiple configurations.- Improve the code (help is appreciated, this code is so bad!).
- Make it do everything in C++, no system() calls.