mirror of
https://opendev.org/x/pyghmi
synced 2025-01-16 04:38:19 +00:00
Jarrod Johnson
5832db6a30
Change from poll() to select()
poll is not available in all platforms. Additionally, eventlet does not handle poll in a monkey patching scenario. Use select() as the greatest common factor. Change-Id: I170d6efb1636249df4b7ed42eac6378ae317cb35
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%