Northlan's lightwight concurrent server framework. 轻量级并发服务端框架(TCP/UDP/Websocket,除http外)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
NoahLan 3bc9c095df feat: 添加串口连接类型参数。 12 months ago
component feat: 暂且使用。 2 years ago
config fix: 修复wsConf的func参数问题 1 year ago
connection feat: 添加串口连接类型参数。 12 months ago
lifetime refactor: 重构,更优雅的使用方式。 1 year ago
middleware refactor: 重构,修复包引用问题;添加rtu相关连接封装 1 year ago
packet refactor: 更新到1.18,interface{} 替换为 any 1 year ago
protocol refactor: 更新到1.18,interface{} 替换为 any 1 year ago
router refactor: 更新到1.18,interface{} 替换为 any 1 year ago
scheduler refactor: 重构,修复包引用问题;添加rtu相关连接封装 1 year ago
serialize refactor: 更新到1.18,interface{} 替换为 any 1 year ago
session refactor: 更新到1.18,interface{} 替换为 any 1 year ago
test feat: 添加rtu监听开启. 1 year ago
.gitignore first commit 2 years ago
LICENSE first commit 2 years ago
README.md feat: 暂且使用。 2 years ago
client_tcp.go feat: 添加rtu监听开启. 1 year ago
engine.go feat: 添加rtu监听开启. 1 year ago
go.mod chore: 更新依赖。 1 year ago
go.sum chore: 更新依赖。 1 year ago
options.go feat: 添加rtu监听开启. 1 year ago
server_serial.go refactor: 修改rtu为serial,rtu仅限于modbus,是应用层协议而非传输层。 1 year ago
server_tcp.go feat: 添加rtu监听开启. 1 year ago
server_ws.go fix: 修复wsConf的func参数问题 1 year ago

README.md

NNet 轻量级 TCP/WS/UDP 网络库

===

封装了