Python version of IPClient for GXNU University
我的博客:http://blog.csdn.net/liubiggun
本应用是使用Python语言在PyCharmIDE下编写的广西师范大学IP出校控制器,可以跨平台使用。
部分借鉴了桂电同仁xspyhack的项目https://github.com/xspyhack/ipclient,特此感谢。
其中,ipclientshell是针对控制台运行的,ipclientgui则是使用Python tkinter编写的图形
界面程序,ipclientservice则可以作为openwrt的一个系统服务。
经测试,都可以运行在python2.7及python3.4以上的版本,系统平台测试了windows及ubuntu。