2
0
mirror of https://opendev.org/x/pyghmi synced 2025-03-01 00:31:12 +00:00

2 Commits

Author SHA1 Message Date
Lucas Alvares Gomes
f06813cd22 Allows BMCs to configure the event loop timeout
This patch is adding a new parameter called "timeout" to the listen()
method of the Bmc class to allow configuring the right timeout for the
IPMI session. The default timeout continues to be 30 seconds, just like
it was when hardcoded.

Change-Id: Ie00d62157eea321747e02492b0a3d1d6ff991024
2016-05-09 11:36:53 +01:00
Jarrod Johnon
3c5c0e2dc2 Implement server side IPMI protocol
Provide framework for a utility to listen and respond to
ipmi protocol messages.  Also provide an example 'fakebmc'
to give a general idea of how to create a ipmi device

Change-Id: I240b233ff161bc3672795b3ac3bf609e4c8c98bb
2015-01-12 10:21:32 -05:00