hertzbeat
hertzbeat copied to clipboard
[Task] [OSPP] JAVA implements the native ipmi2 communication protocol
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.
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.