mirror of
https://opendev.org/x/pyghmi
synced 2025-01-15 12:17:44 +00:00
Jarrod Johnson
d022c58e61
Fix parsing of 6bit ascii
The 6 bit ascii decode was not correctly assembling the third character in every chunk. It was incorrectly masking away the most significant bit before shifting. Correct the mask to only mask the appropriate bits. Change-Id: Ib55ce934d2834d53879e64cc44bcf12bef0eef1c
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%