Skip to content
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

Add support of remote shutdown protocol #148

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

fralik
Copy link

@fralik fralik commented Mar 22, 2020

  • This pull request adds support of remote shutdown protocol (MS-RSP). The support is partial as it implements just a single transport mechanism. MS-RSP supports three different transports.

  • 3rd-party dependencies have been updated in pom.xml to more up-to-date versions. Updated tests accordingly.

  • This PR resolves Question about marshaling #147 as it contains correct implementation of marshaling.

* Nine tests are failing with TestNG
* This is an RPC interface that allows to shutdown/reboot a remote PC.
* Added tests and a usage example, see usage/ShutdownExample.java.
* Added list of implemented protocols, added Vadim Frolov to the contributors list.
* This changes allow to run `mvn clean package` without errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Question about marshaling
1 participant