Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zonyitoo/sysuh3c
H3C CLI Client for SYSU, which is implemented in C/C++. With an OpenWRT version.
https://github.com/zonyitoo/sysuh3c
Last synced: 2 months ago
JSON representation
H3C CLI Client for SYSU, which is implemented in C/C++. With an OpenWRT version.
- Host: GitHub
- URL: https://github.com/zonyitoo/sysuh3c
- Owner: zonyitoo
- License: mit
- Created: 2013-05-18T14:10:05.000Z (over 11 years ago)
- Default Branch: cpp0x
- Last Pushed: 2018-04-19T11:34:26.000Z (over 6 years ago)
- Last Synced: 2024-10-23T07:19:31.189Z (3 months ago)
- Language: C++
- Homepage:
- Size: 367 KB
- Stars: 116
- Watchers: 24
- Forks: 37
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SYSU H3C Client
A SYSU H3C Client in \*NIX
## Usage
`sysuh3c` uses `SCons` build system.
```bash
$ cd src
$ scons -Q
$ scons install
```Then you get `sysuh3c` executable file in `/usr/local/bin`.
```bash
-h --help print help screen
-u --user user account (must!)
-p --password password
-i --iface network interface (default is eth0)
-m --method EAP-MD5 CHAP method [xor/md5] (default xor)
-d --daemonize daemonize
-c --colorize colorize
```## Another version for OpenWRT
Now is avaliable on **Branch OpenWRT**## Known Bugs
## TODOs
*
Port to Mac OS XRequire for testing.## Thanks
* [YaH3C](https://github.com/humiaozuzu/YaH3C)