Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leavesster/broker
https://github.com/leavesster/broker
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leavesster/broker
- Owner: leavesster
- License: mit
- Created: 2024-05-09T09:09:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T08:17:36.000Z (8 months ago)
- Last Synced: 2024-11-15T09:45:00.166Z (2 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# broker
本项目主要是读取 mqtt broker 的所有 topic,用来确认是否存在数据传输的问题。
```shell
# arm 模块
GOOS=linux GOARCH=arm64 go build -o broker main.go# x86-64 模块
GOOS=linux GOARCH=amd64 go build -o broker main.go
```