Skip to content

lostmonk/softradius_system

 
 

Repository files navigation

SoftRadius a golang based radius accounting system

大宝剑计费系统 ,基于go语言,beego框架,AdminLTE UI

Requirements

  • beego 1.7+
  • cuu radius libs go get -u github.com/cuu/radius
  • AdminLTE
  • rethinkdb
  • gorethink v3

License

MPL 2.0

Talk

  • irc.freenode.net #softradius

Installation

  • go get github.com/astaxie/beego
  • go get -u github.com/cuu/radius
  • go get gopkg.in/gorethink/gorethink.v3
  • go get -u github.com/cuu/softradius_system
  • mv $GOCODE/src/github.com/cuu/softradius_system $GOCODE/src/github.com/cuu/softradius
  • cd $GOCODE/src/github.com/cuu/softradius && go build
  • Install rethinkdb and run it anywhere you like,I compiled it from source,latest version 2.3.5
  • cd dbfiles && ./import.sh && cd ..
  • ./softradius -admin to start web ui
  • ./softradius -radius to start radius auth server
  • ./softradius -radacct to start radius acct server
  • go to http://127.0.0.1:8081 to see the interface,default password would be "admin/admin"

Operators products member agency online Bas

Development status

  • Opertors, admin fully working,now going for the privilege of normal operators and agency
  • Online user ,accouting works,
  • Radius auth ,auth user from database, have not implemented kickoff
  • Radius acct ,accouting flow and time to User self,will add acct tickets for logging
  • Agency
  • Members , only quick open
  • Sidbar search
  • Multi Vendor radius support

Still needs a lot of test ,right now just very beginning of the project

About

soft radius accounting system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 65.6%
  • CSS 22.4%
  • Go 6.2%
  • Smarty 4.2%
  • Python 1.6%