2
0
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
2013-07-23 15:23:20 -04:00
2013-06-30 14:21:20 -04:00
2013-06-30 13:58:19 -04:00
2013-06-24 14:15:39 -04:00
2013-06-28 10:01:40 -04:00
2013-06-30 14:21:20 -04:00
2013-06-30 14:21:20 -04:00
2013-07-16 15:27:04 -04:00
2013-06-30 14:21:20 -04:00

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
No description provided
Readme Apache-2.0 13 MiB
Languages
Python 99.9%
Shell 0.1%