This is a long-running python server which using aiowmi to make wmi calls on behalf of clients. Clients only need to talk HTTP to this server and hence can be written in many languages. This is in response to discussion I have been having with Rik Lempens.
Type of change
[X ] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
I have tried many use cases and error cases.
Checklist:
[X ] My code follows the style guidelines of this project
[ X] I have performed a self-review of my own code
[ X] I have commented my code, particularly in hard-to-understand areas
Description
This is a long-running python server which using aiowmi to make wmi calls on behalf of clients. Clients only need to talk HTTP to this server and hence can be written in many languages. This is in response to discussion I have been having with Rik Lempens.
Type of change
How Has This Been Tested?
I have tried many use cases and error cases.
Checklist: