airport-weather

所属分类:其他
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2024-01-13 15:58:49
上 传 者sh-1993
说明:  作为我们在IMT亚特兰蒂斯工程学校的分布式系统课程的一部分,该项目是关于一个收集、存储和…
(As part of our Distributed Systems course at IMT Atlantique Engineering School, this project is about a system that collects, stores and …)

文件列表:
cmd/
internal/
docker-compose.yml
go.mod
go.sum
mosquitto.conf

# Airport Weather To test what's done so far, first we need a running Mosquitto on `localhost:1985`. For that, we use Docker. Open a terminal in the project root folder and run: ```sh docker-compose up --build ``` Then, for example to test our Alert Manager, do the followings: Open a new terminal in the project root folder and run: ```sh cd ./cmd/alert-manager && go run alert-manager.go ``` Open another terminal in the project root folder and run: ```sh cd ./cmd/sensor/pressure && go run pressure.go ``` Go back to the first terminal, see the message.

近期下载者

相关文件


收藏者