Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cracktc/dr-jlu-linux
a jlu drcom client ported from code4lala/dr-jlu-win32
https://github.com/cracktc/dr-jlu-linux
Last synced: 15 days ago
JSON representation
a jlu drcom client ported from code4lala/dr-jlu-win32
- Host: GitHub
- URL: https://github.com/cracktc/dr-jlu-linux
- Owner: CrackTC
- License: agpl-3.0
- Created: 2022-12-07T11:29:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T15:21:51.000Z (11 months ago)
- Last Synced: 2024-11-20T15:32:24.390Z (3 months ago)
- Language: C++
- Size: 111 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dr-jlu-linux
吉大Linux端Dr校园网登录客户端移植自 https://github.com/code4lala/dr-jlu-win32
# Installation
1. clone this repository
```shell
git clone https://github.com/CrackTC/dr-jlu-linux.git
```2. edit `Login/main.cpp`, update `logInfo` with your username and password,
and `strBuf` with your MAC address
```cpp
struct tagLogInfo logInfo{"xiaoming", "123456"};
const char* strBuf = "1a2b3c4d5e6f";
```3. compile
```shell
make build
```4. run
```shell
make run
```