Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/zonyitoo/qh3clinet
- Owner: zonyitoo
- Created: 2013-05-18T05:57:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-03T14:27:01.000Z (about 11 years ago)
- Last Synced: 2024-10-04T17:35:42.466Z (3 months ago)
- Language: C++
- Size: 758 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)