Skip to content

duringbug/go-web-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go.mod: Go模块管理文件,定义了项目的模块名及其依赖的版本。Go模块系统通过这个文件管理依赖包。

go.sum: 记录项目中使用的每一个依赖包的校验和及版本信息。Go编译器通过它确保依赖包的完整性和正确性。

go mod init github.com/duringbug/go-web-net
go get github.com/eclipse/paho.mqtt.golang
go mod tidy # 移除不需要的包
go clean -modcache

cell

./scripts/build_cell.sh 
./build/cell -conf ./configs/cells_config/cell_config01.json 

organ system

./scripts/build_organsys.sh
./build/organsys -conf ./configs/organsys_config/organ_config01.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published