We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
mvousden
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: