Conversation
added 6 commits
June 6, 2018 16:10
The bean from the wsdl are now generated under target/generated-sources and are no more part of the commit. I have preserved the changed wsdl on oldWSDL folder.
New event wsdl file doesn't declare this service. Actually we add this even if, I am not sure this is somehow useful.
I want to introduce the use of lombok to minimize code and rely to a well known library to produce the boilerplate code for you. Please for further reference on how to use lombok visit official page: https://projectlombok.org/ To install lombok support on your ide: https://projectlombok.org/setup/overview
This service allow to perform polling about PTZ status and to be notified by providing our IPTZListener implementation. You can configure the initial delay and the polling period. You have to manually start the service. You can perform suspend and resume request. Using a PTZ service you can implement, for example, a rendering of a AFOV with azimuth and elevation.
Owner
|
Can you update the README in order to explain how to use the library now that the client classes should be regenerated? I'm not sure whether this should be the default behavior or not..maybe we can provide different profiles with a set of pre-configured stubs. It's quite uncomfortable to check all WSDL versions.. |
added 2 commits
September 6, 2018 15:00
convert azimuth and elevation according to the desetination space of the device
Owner
|
Hi @quonn77, I've just merged another PR that improved a lot the current code. Could you try to rebase your code to the new master? Otherwise I'll try to rebase it by myself as soon I find the time.. |
Author
|
Sorry @fpompermaier but I have totally missed the message....it got just 2 years to read it.... Next week I will work to align with your PR. |
Owner
|
Thanks @quonn77 |
Owner
|
Any update on this @quonn77 ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit contains changes about how the WSDL stubs are generated: Maven will generate updated stubs if needed under target/generated-sources, so you can easily update the wsdl file and obtain the new stubs.
WSSE Usernametoken has been implemented in order to support this kind of authentication.
You can configure which network adapter you have to use (in case of multi network environment) to perform client-server communication (you have to use JVM Parameter -DnetworkInterface (default is eth0))