2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-28 11:57:34 +00:00
Jarrod Johnson c0f4959ed7 Change long timeout to select() from poll()
Change from poll() to select() for the potentially long wait in ipmi
event loop.  This is to facilitate interop with being monkey patched
with eventlet, as eventlet does not currently monkey patch poll(), but
does monkey patch select()

Change-Id: I8d6f42193ee82e2c5de7ad112232c2c77ef78825
2013-08-08 14:19:09 -04:00
2013-06-30 14:21:20 -04:00
2013-06-30 13:58:19 -04:00
2013-08-07 13:51:05 -04:00
2013-06-24 14:15:39 -04:00
2013-06-28 10:01:40 -04:00
2013-08-07 13:51:05 -04:00
2013-06-30 14:21:20 -04:00
2013-08-07 13:51:05 -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%