apfree wifidog 的认证服务器后台 WWAS
- 授权协议: GPL
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://gitee.com/apfree/wificoin-wifidog-auth-server
- 软件文档: https://gitee.com/apfree/wificoin-wifidog-auth-server
软件介绍
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 ''
Effective C# 中文版
Bill Wagner / 李建忠 / 人民邮电出版社 / 2007-5 / 49.00元
本书围绕一些关于C#和.NET的重要主题,包括C#语言元素、.NET资源管理、使用C#表达设计、创建二进制组件和使用框架等,讲述了最常见的50个问题的解决方案,为程序员提供了改善C#和.NET程序的方法。本书通过将每个条款构建在之前的条款之上,并合理地利用之前的条款,来让读者最大限度地学习书中的内容,为其在不同情况下使用最佳构造提供指导。 本书适合各层次的C#程序员阅读,同时可以推荐给高校教......一起来看看 《Effective C# 中文版》 这本书的介绍吧!