POETSII / Orchestrator

The Orchestrator is the configuration and run-time management system for POETS platforms.
1 stars 1 forks source link

Monitor Tinsel FPGA temperatures in Mothership #298

Open mvousden opened 2 years ago

mvousden commented 2 years ago

Would be useful to monitor the temperature of the FPGAs under each Mothership. An example of this in Tinsel is at https://github.com/POETSII/tinsel/blob/master/apps/temps/run.cpp. Post when temperatures are somewhat unacceptable (>85oC).

To do this, either add a periodic sampler in Mothership::OnIdle, or add a thread to do this. Probably the former is wise.