2021-03-17 17:59:31 +08:00
2021-03-17 17:59:31 +08:00
2021-03-13 14:28:00 +08:00
2021-03-13 14:28:00 +08:00
2021-03-17 18:02:48 +08:00

BitSrunLoginGo

NCU移动深澜校园网登录脚本Go语言版

首次运行将生成Config.json文件

GO语言可以直接交叉编译出mips架构可执行程序路由器主流平台更不用说了从而免除安装环境。

代码逻辑来自 https://github.com/coffeehat/BIT-srun-login-script

Config.json模板

{
 "from": {
  "domain": "www.msftconnecttest.com", //登录地址ip或域名
  "username": "", //账号
  "password": "" //密码
 },
 "meta": { //登录参数
  "n": "200",
  "v_type": "1",
  "acid": "5",
  "enc": "srun_bx1"
 },
 "settings": {
  "quit_if_net_ok": false, //登陆前是否检查网络
  "demo_mode": false //测试模式,报错更详细
 }
}
Description
No description provided
Readme AGPL-3.0 6.8 MiB
Languages
Go 98.7%
Dockerfile 1.1%
Batchfile 0.2%