mirror of
https://opendev.org/x/pyghmi
synced 2026-03-29 06:13:30 +00:00
5832db6a303da1c4a5acdeb49da24b335624c555
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%