2
0
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
2015-04-28 14:15:05 -04:00
2015-02-11 16:53:27 -08:00
2013-08-17 22:29:25 -04:00
2015-04-28 14:15:05 -04:00
2013-06-30 14:21:20 -04:00
2013-08-17 22:29:25 -04:00
2013-06-24 14:15:39 -04:00
2014-05-08 14:06:01 -04:00
2015-02-11 16:53:27 -08:00
2013-09-13 11:28:28 -05:00

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
No description provided
Readme Apache-2.0 13 MiB
Languages
Python 99.9%
Shell 0.1%