hertzbeat icon indicating copy to clipboard operation
hertzbeat copied to clipboard

[Task] [OSPP] JAVA implements the native ipmi2 communication protocol

Open gjjjj0101 opened this issue 5 months ago • 0 comments

What's changed?

link https://github.com/apache/hertzbeat/issues/1794

I have successfully implemented the core components of a native IPMI protocol in Java, which includes protocol field declarations, serialization/deserialization, cryptographic algorithms, and abstraction layers. This foundational implementation supports extensive extension of custom IPMI commands.

Currently, session management, chassis status queries and sensor list info have been implemented.

image

Checklist

  • [x] I have read the Contributing Guide
  • [x] I have written the necessary doc or comment.
  • [x] I have added the necessary unit tests and all cases have passed.

Add or update API

  • [ ] I have added the necessary e2e tests and all cases have passed.

gjjjj0101 avatar Sep 19 '24 14:09 gjjjj0101