Coder Social home page Coder Social logo

esurfingdialer's Introduction

ESurfingDialer

GitHub License

广东电信天翼校园(ZSM验证)登入认证客户端

运行环境

  • Java 21 及以上
  • x86_64 或 ARMv8
  • glibc (linux only)
  • 内存 ≥ 200M

使用

java -jar client.jar -u <用户名/手机号> -p <密码>

OpenWrt 部署

目前仅支持 x86_64 及 ARMv8 架构运行。以 ARMv8 架构运行时,请使用 Dynarmic 后端。

默认 OpenWRT 环境为 musl 运行时,请使用安装 Docker 软件包部署。当以 Docker 运行时,请包含 --network host 参数

推荐容器:openjdk:21

docker build -t dialer .
docker run -itd -e DIALER_USER=<用户名/手机号> -e DIALER_PASSWORD=<密码> --name dialer-client --network host --restart=always dialer

Dockerfile

FROM openjdk:21
WORKDIR /app
COPY run.sh /app
COPY client.jar /app
CMD ["./run.sh"]

run.sh

#!/bin/sh
java -jar client.jar -u ${DIALER_USER} -p ${DIALER_PASSWORD} -d

构建

需要 Java 版本 >= 17

./gradlew jar

esurfingdialer's People

Contributors

rsplwe avatar dependabot[bot] avatar ldy2333 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.