lijian a95025c69d fix comment 3 years ago
..
testdata bc677c9466 first commit 6 years ago
README.md bc677c9466 first commit 6 years ago
config.go dc3c079417 更新规则引擎 4 years ago
errors.go 6977d32d24 初步实现CoAP协议接入 6 years ago
http_server.go dc3c079417 更新规则引擎 4 years ago
http_server_test.go bc677c9466 first commit 6 years ago
log.go 69637ab487 规则引擎实现 4 years ago
log_test.go bc677c9466 first commit 6 years ago
netif.go bf3cae3890 fixhostip 4 years ago
rpc_client.go a95025c69d fix comment 3 years ago
rpc_client_test.go 5ebf369a34 更新opentracing方式 6 years ago
rpc_server.go bc677c9466 first commit 6 years ago
rpc_server_test.go bc677c9466 first commit 6 years ago
server.go a95025c69d fix comment 3 years ago
server_manager.go 0caafd104b fix: server lease nil pointer dereference 4 years ago
server_test.go bc677c9466 first commit 6 years ago
tcp_server.go dc3c079417 更新规则引擎 4 years ago
tcp_server_test.go 6977d32d24 初步实现CoAP协议接入 6 years ago
timer_task.go bc677c9466 first commit 6 years ago
udp_server.go dc3c079417 更新规则引擎 4 years ago
udp_server_test.go 6977d32d24 初步实现CoAP协议接入 6 years ago
utils.go bc677c9466 first commit 6 years ago
utils_test.go bc677c9466 first commit 6 years ago

README.md

the server framework.

includes:

  • tcp/http service framework
  • rpc helper
  • stats api
  • timer task interface