lijian a85d0246bf fix name 4 years ago
..
testdata bc677c9466 first commit 6 years ago
README.md bc677c9466 first commit 6 years ago
config.go 6977d32d24 初步实现CoAP协议接入 6 years ago
errors.go 6977d32d24 初步实现CoAP协议接入 6 years ago
http_server.go bc677c9466 first commit 6 years ago
http_server_test.go bc677c9466 first commit 6 years ago
log.go ce017cb8fe 更新fileaccess,修复bug 6 years ago
log_test.go bc677c9466 first commit 6 years ago
netif.go d1a828f7ec 更新获取IP的方式 6 years ago
netif_test.go bc677c9466 first commit 6 years ago
rpc_client.go 5ebf369a34 更新opentracing方式 6 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 5260fb3f71 修改etcd v3 4 years ago
server_manager.go a85d0246bf fix name 4 years ago
server_test.go bc677c9466 first commit 6 years ago
tcp_server.go bc677c9466 first commit 6 years ago
tcp_server_test.go 6977d32d24 初步实现CoAP协议接入 6 years ago
timer_task.go bc677c9466 first commit 6 years ago
udp_server.go 6977d32d24 初步实现CoAP协议接入 6 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