mirror of
https://opendev.org/x/pyghmi
synced 2025-01-15 12:17:44 +00:00
Jarrod Johnson
02c058ee06
Have session.py work better in Windows
Have monotonic_time reworked to use Windows function when available. Eliminate use of an os.pipe to break into the select. When we want to interrupt the select, use the first udp socket as the angle to break in. Additionally, provide a Windows friendly value for IPPROTO_IPV6 should the socket module fail us. Change-Id: I8f566543c8da28eb7ed76f1cb80ff4cb2dcbba96
This is a pure python implementation of IPMI protocol. pyghmicons and pyghmiutil are example scripts to show how one may incorporate this library into python code
Description
Languages
Python
99.9%
Shell
0.1%