Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.19 KB

OH3C

用于中山大学东校区的 OpenWrt H3C 802.1x 认证客户端 - H3C 802.1x Client for OpenWrt in SYSU East Campus

Environment

  • OpenWrt
  • Python2

Installation

Two installation methods available:

We also release compile files to build packages for your own OpenWrt machine. See details in Wiki!

How to use

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

Thanks