WSD-python
WSD-python copied to clipboard
Command-line Interface
I would like to test it but can only invest minimal effort. Can you provide a small code snippet for scanning? Or even better provide a simple command-line interface?
Sorry for very late answer. If you look at wsd_scan__operations.py file, you can notice that it can be executed as main script, and this way the _demo function is called.
so python wsd_scan__operations.py will do the trick. Feel free to edit the _demo function.