-
Notifications
You must be signed in to change notification settings - Fork 22
Expose powerpmac ssh port #153
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
base: dls-master
Are you sure you want to change the base?
Conversation
JamesOHeaDLS
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be a cool feature!
Code looks good. Only a couple of suggestions from me
|
0 isn't a valid ssh port number. The check will need to be from 1 to 65535 |
fd147c3 to
e136352
Compare
|
Any suggestion about documentation format and where to keep it? |
|
I think the documentation should live inside the pmac repo so it is available for anyone who clones the driver. I see there is already a docs folder. I would keep the instructions in markdown as this is accessible without requiring other software to read it |
e136352 to
ea0de46
Compare
Summary
Expose the SSH port used for communication between the pmac driver and the PowerPMAC controller to support simulator-based development.
Motivation
Developing and debugging the pmac driver currently requires access to physical PowerPMAC hardware. By exposing the SSH port, developers can connect the driver to a virtual PowerPMAC instance running in the PowerPMAC simulator. This makes it possible to test and iterate on driver features in a more flexible and accessible environment.
Changes
Next Steps
Instructions for using the driver with the simulator to be added.