- Notifications
You must be signed in to change notification settings - Fork1.1k
-
Hi Since@chkr1011 mentioned the possibility of making a dedicated powershell module, Is there any chance (please! 🙏 ) that this will go on roadmap? Thanks :) |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 3 comments 7 replies
-
I did not started yet due to lack of time but this is still a topic for the future. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 2
-
High hopes for that, keeping fingers crossed then, thanks! :) |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
+1 !@chkr1011 :) |
BetaWas this translation helpful?Give feedback.
All reactions
-
Hi@chkr1011, Thanks for considering this feature and thanks@ilgrank for making the request. Definitely a +1 for this. We are looking to use the MQTTnet library as a client to interact both ways with VMware VCD's MQTT broker for our own custom automation usecases. In the VMware "universe", PowerShell is the most common used automation language for automation purposes. Infra Engineers can automate, but they are not full fledged developers. Hence PowerShell has a strong use case. As we need this functionality today, we are now going to attempt to create a simple lightweight wrapper around the MQTTnet Library, for the purposes we need it for...but a PS Module developed by you guys would be awesome. Is there any WIP and/or ETA for this feature? Thank you for your attention to this matter ! |
BetaWas this translation helpful?Give feedback.
All reactions
-
Since we got AI these days I gave it a try even if I am absolutely no PowerShell expert but I created a branch and PR (#2215) which contains a very basic PowerShell module. Please let me know what you think. My next steps are exposing more Parameters and exposing several event handlers. There is also a Test.ps1 file which shows how to use the module. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Hi! |
BetaWas this translation helpful?Give feedback.
All reactions
-
If you checked it out you only need to recompile the solution. Then you can execute the Test.ps1 powershell file. If you do not have any IDE and cannot compile the code I will try to embed it in the repo (for testing purposes only). |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thanks |
BetaWas this translation helpful?Give feedback.
All reactions
-
I pushed the DLL. Let me know if it works. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Hi! Thanks for compiling the DLL! The only problem I'm having is... you guessed it probably, with the message received event and I'm stuck here since a couple of days, and running out of ideas.. |
BetaWas this translation helpful?Give feedback.