Domilz / d7017e-mesh-network

Implementing a mesh network for Epiroc in the course D7017E.
7 stars 0 forks source link

11 add persistance for the latest state #130

Closed ivargruneau closed 11 months ago

ivargruneau commented 11 months ago

Implemented StateDatabaseHandler . Intended to solve persistent of state for the backend. StartGrpcServer calls LoadFromDB during startup to get readings stored in the database. Methods for StateDatabaseHandler

From branch #128 Implemented a simple web page front end for displaying the current readings in the state of the backend, the implementation uses http. The StateLogServer calls GetState in BackendStateHandler to get the readings to be displayed.