Skip to content

hewenhao2008/sysuh3c-cgi

 
 

Repository files navigation

Login CGI for CLI H3C

SYSU H3C is a H3C client.

Only tested in SYSU east campus

Depencences

Compile

  • First you should get the OpenWRT-SDK. See here for more detail.

  • Then cd into the SDK Directory.

git clone git@github.com:zonyitoo/sysuh3c-cgi.git package/sysuh3c-cgi
  • Modify sysuh3c-cgi/Makefile
define Package/$(PKG_NAME)
    ...
    PKGARCH=[arch]
endef
  • You will get the sysuh3c-cgi_[version]-1_[arch].ipk in bin/[arch]/package

Usage

  • Start the uhttpd daemon.
/etc/init.d/uhttpd enable
/etc/init.d/uhttpd start
  • Open your browser, visit the URL: http://192.168.1.1/cgi-bin/sysuh3c.cgi

It supports all mobile phone.

Screenshot

screenshot

About

CGI for sysuh3c in OpenWRT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.0%
  • C 40.9%
  • Makefile 1.6%
  • CSS 0.5%