-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document native rmcp transport #67
Comments
The example in the readme is an advanced scenario with a double bridge command. I think we should do here a more easier example like the one documented here: |
Attempting the first quick start instructions.
Obviously, this works for the older klunkier ipmitool.
|
Maybe this is my ignorance, but what does:
do? |
Unfortunatly you use the RMCP+ (ipmitool lanplus) interface and the library only have support for the RMCP (ipmitool lan) interface. Could you try it with the ipmitool lan interface? |
currently I have no idea if this is possible to determine these values. |
Ah. I see the error of my ways... The lan interface will obviously not work for me since all of my BMC's are all newer and thus use the rmcp+ protocol and can't even down negotiate to just rmcp. |
You're right. Currently we have no plan to implement the rcmp+. |
Should we make a plan? |
As we currently do not do any development at this project I cannot suggest a plan for that feature from our site. Please feel free to start implenting the native RMCP+ interface. I can support you but with low prio. |
In refference to issue #24.
I've FINALLY had a bit of time to mess with this a little bit. Apologies for being so busy on other things.
I'm trying to figure out what the correct way to make an rmpc native connection is.
I've tried the following, but I can't seem to make the rmcp interface work.
If we can get a quick start for rmcp going, I'll take some time to update the readme markdown on the front page.
The text was updated successfully, but these errors were encountered: