mirror of
https://opendev.org/x/pyghmi
synced 2025-01-28 11:57:34 +00:00
Jarrod Johnson
9dd2c950a7
Add session keepalive
Assure that a live session shows activity at least once every 25-29.9 seconds. The interval is randomized to mitigate risk of some synchronized activity bringing on a wave of activity all at once. The spec indicated timeout is 'about' 60 seconds by default, but an implementation could lower it to 30 seconds within reason within the constraints of the spec. Change-Id: I74dc78757b11571c23cb309c99eee667787ffc79
This is a pure python implementation of IPMI protocol. ipmictl.py is a sample application to roughly show the most simple approach to invoking the library.
Description
Languages
Python
99.9%
Shell
0.1%