mirror of
https://opendev.org/x/pyghmi
synced 2025-01-15 04:07:48 +00:00
Jarrod Johnson
86a2d39db7
Change session timer to monotonic when possible
Previously the ipmi session was using time.time(). This means that retries and keepalives could be thrown off by things like ntp or manual time corrections. Ideally, we'd use the baked in time.monotonic(), but that doesn't exist aside from python 3.3 Change-Id: Ia00026cef6df214f9463909309de44767c3752b5
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%