lijian 15f0f1d381 token 6 anni fa
..
testdata bc677c9466 first commit 6 anni fa
README.md bc677c9466 first commit 6 anni fa
config.go 6977d32d24 初步实现CoAP协议接入 6 anni fa
errors.go 6977d32d24 初步实现CoAP协议接入 6 anni fa
http_server.go bc677c9466 first commit 6 anni fa
http_server_test.go bc677c9466 first commit 6 anni fa
log.go ce017cb8fe 更新fileaccess,修复bug 6 anni fa
log_test.go bc677c9466 first commit 6 anni fa
netif.go d1a828f7ec 更新获取IP的方式 6 anni fa
netif_test.go bc677c9466 first commit 6 anni fa
rpc_client.go bc677c9466 first commit 6 anni fa
rpc_client_test.go bc677c9466 first commit 6 anni fa
rpc_server.go bc677c9466 first commit 6 anni fa
rpc_server_test.go bc677c9466 first commit 6 anni fa
server.go 15f0f1d381 token 6 anni fa
server_manager.go 15f0f1d381 token 6 anni fa
server_test.go bc677c9466 first commit 6 anni fa
tcp_server.go bc677c9466 first commit 6 anni fa
tcp_server_test.go 6977d32d24 初步实现CoAP协议接入 6 anni fa
timer_task.go bc677c9466 first commit 6 anni fa
udp_server.go 6977d32d24 初步实现CoAP协议接入 6 anni fa
udp_server_test.go 6977d32d24 初步实现CoAP协议接入 6 anni fa
utils.go bc677c9466 first commit 6 anni fa
utils_test.go bc677c9466 first commit 6 anni fa

README.md

the server framework.

includes:

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