Giter Club home page Giter Club logo

wwas's Introduction

license PRs Welcome Issue Welcome Release Version OpenWRT

wificoin-wifidog-auth-server

wwas is an apfree wifidog auther server (it also support original wifidog).

demo

apfree-wifidog auth server.

how to run server side

install nodejs (https://nodejs.org/en/download/package-manager/)

install mongodb (https://docs.mongodb.com/guides/server/install/)

install redis (https://redis.io/topics/quickstart)

//for ubuntu16 quick install
sudo apt-get update
sudo apt-get install -y redis-server
    
//start redis
sudo systemctl start redis

//check redis
redis-cli ping
PONG

// open redis notify-keyspace-events
redis-cli
config set notify-keyspace-events Ex

git clone https://github.com/wificoin-project/wwas

cd wwas

npm install 

npm start

how to run apfree wifidog side

the config of apfree wifidog in openwrt is the following:

config wifidog
	option	gateway_interface	'br-lan'
	option	auth_server_hostname	'wifidog.kunteng.org.cn'
	option	auth_server_port	443
	option	auth_server_path	'/wifidog/'	
	option	check_interval		60
	option	client_timeout		10
	option	pool_mode			1
	option	thread_number		5
	option	queue_size			20
	option	wired_passed		0
	option	enable		1

ui config

image

u can change 'wifidog.kunteng.org.cn' to your own wifidog auth server domain

demo picture

demo video

http://www.iqiyi.com/w_19s09zie6t.html

How To Contribute

Feel free to create issues or pull-requests if you have any problems.

Please read CONTRIBUTING.md before pushing any changes.

contact us

qq group: 424031785

wwas's People

Contributors

apcoin avatar caizhibang avatar cooboyno111 avatar heartache1987 avatar lingnweb2016 avatar liudf0716 avatar rench avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wwas's Issues

设备状态栏的详情按钮

点击在线路由器设备的详情按钮有一定几率1/10出现,此路由器的在线设备显示不出来的问题。

npm start problem

Hi,

I follow how to run server side but when I try npm start is show me this
Screen Shot 2020-02-14 at 12 07 32 PM

How I can fix it thanks

Problem accessing URL after npm start is run

I have installed the auth server on a VM Ubuntu Server (22.04). MongoDB presented few problems for me so I installed it on host machine (Windows 10).

Now when I run npm start, I get running status but I cannot access the url provided by npm (url:8001).

If I run npm run dev, I get errors after errors related to MongoDB queries.

Are there any specific version requirements for MongoDB and NodeJS?

What seems to be the issue? A proper install.MD file would be really appreciated. Anyone?

设备状态中,设备ip显示不正确

操作步骤:
1、点击设备管理;
2、点击设备状态;
3、查看设备ip。

预期结果:
设备ip显示正确。
实际结果:
设备ip显示错误。
_20180817142731

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.