Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 X Require for testing.

## Thanks

* [YaH3C](https://github.com/humiaozuzu/YaH3C)