This is a Drcom Web Authentication login program written in Python. The program can only be guaranteed to run among Shenzhen University students who use 'SZU_WLAN' or campus cable network. There are several simple settings can be configured and more will be added to make the program flexible. Generally you should download and install Python and requests(Python package) first, while Embedded version uses urllib(Python3) or urllib,urllib2(Python2) instead of requests to post data. Tkinter might also needed to be manually installed if you need drcom-gui. Embedded version also removes some extended function.
- 0.2release - 20170620
- Add monitor mode
- Minor fixes
Despite the directory difference('Embedded' but not 'Linux'), refer to Linux method.
Go directly to the 'Linux' directory and execute:
sudo ./install.sh
After that, you shall run drcom-py in terminal through drcom
or drcom-gui
(optional) command. Before you start,remember to check the help text:
drcom --help
or simply:
drcom -h
To uninstall, go to 'Linux' directory and run:
sudo ./uninstall.sh
Not available currently for OS X 10.11 and above, for other versions, refer to Linux method
Not available currently
Manually change the path in drcom.py before you install it.
Apple has introduced new security policy since OS X El Capitan which forbid even root users to write /usr/bin. You might turn it off to use drcom-py but it's not officially recommended.
You might need to Google yourself to make it run in command line in Windows before official release :-(