fdu_network_auto_auth
fdu_network_auto_auth copied to clipboard
复旦大学校园网络自动登录验证服务
fdu_network_auto_auth
This script is used to sign in to fudan network automaticlly
Requirement
It only works for Linux with python3 and pip3 installed.
You should be an sudoer of the machine.
Usage
- Install required package
pip3 install requests
- Run
installscript
cd <path to project folder>
sudo ./install
This script may ask for your student id and password.
After that, the service should be installed. Run sudo service fnaa start to start the service.
The service will automatically start after rebooting.
- Service controls
sudo service fnaa start
sudo service fnaa status
sudo service fnaa stop
- Uninstall
cd <path to project folder>
sudo ./uninstall