用于中山大学东校区的 OpenWrt H3C 802.1x 认证客户端 - H3C 802.1x Client for OpenWrt in SYSU East Campus
- OpenWrt
- Python2
Two installation methods available:
-
(Recommend) Download the compiled package we provided and install.
-
Directly copy files in master branch to the \usr.
We also release compile files to build packages for your own OpenWrt machine. See details in Wiki!
oh3c
works!
To enable self-starting, vi /etc/rc.local
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
# echo 3|oh3c stands for autorunning the third identity in oh3c.
echo 3|oh3c
exit 0
-
nanpuyue/OH3C: We base on the implementation.
-
zlsun/yah3c: Privide m5d method.