Skip to content

collinewait/pp-monitoring-system

Repository files navigation

Sensors Monitoring System

This project demonstrates monitoring sensors in a distributed system using Golang. It serves as a demonstration of how the concepts of distributed architecture can be applied to a Go application. The sensors are simulated in this application.

Running the application

Install go dependencies:

go get github.com/lib/pq
go get github.com/gorilla/websocket
go get github.com/streadway/amqp

Start the web application:

    go run src/distributed/web/main.go

Start simulated sensors:

bash start_sensors.sh

Start the coordinators:

bash start_coordinator.sh

Credits

Mike Van Sickle

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published