微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

WWAS apfree wifidog 的认证服务器后台

程序名称:WWAS

授权协议: GPL

操作系统: 跨平台

开发语言: JavaScript

WWAS 介绍

WWAS 是wificoinwifidogauth server 的简写;wwas 是apfree
wifidog(兼容原版wifidog协议)的云端认证服务器及认证设备管理维护平台,其与wwas-admin一起配合使用,为用户提供完整的apfree
wifidog认证解决方案。

运行服务端

git clone https://github.com/wificoin-project/wificoin-wifidog-auth-server

cd wificoin-wifidog-auth-server

npm install

npm start

运行 apfree wifidog

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

config mqtt 'mqtt'
    option  mqtt_hostname   'wifidog.kunteng.org.cn'
    option  mqtt_port       '8883'
    option  mqtt_topic      ''

WWAS 官网

https://gitee.com/apfree/wificoin-wifidog-auth-server

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐