Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zonyitoo/qh3clinet

H3C Client with Qt5, pure C++
https://github.com/zonyitoo/qh3clinet

Last synced: 2 months ago
JSON representation

H3C Client with Qt5, pure C++

Awesome Lists containing this project

README

        

# QH3Client
Yet another H3C Authentication CLient

## Dependences

* qt5
* UNIX socket
* C++0x support

## Installation

First you need to install all dependences above. If you want to install it from source, you also need to install Qt5 dev tools (`qmake`, libs and other stuffs).

* Install from source

```bash
git clone [email protected]:zonyitoo/qh3clinet.git
qmake
make -j4
sudo ./install.sh
```

* Install from deb

If you are using Ubuntu 13.04 amd64 or later

```bash
dpkg -i qh3client_[version]_amd64.deb
```

**After Got 'EAP Success', you can close the UI. It will auto-restore the stat when you launch it next time.**

## Known Bugs

* If you unplug the wire without logoff, you have to re-open the UI.

## Thanks

* [YaH3C]([email protected]:humiaozuzu/YaH3C.git)