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

EmberPlusView: possibility to traverse full tree automatically #60

Open
Vasilich opened this issue Feb 21, 2017 · 3 comments
Open

EmberPlusView: possibility to traverse full tree automatically #60

Vasilich opened this issue Feb 21, 2017 · 3 comments

Comments

@Vasilich
Copy link

Feature request: Traverse complete Ember tree for attached device with one click.
This can be very convenient when the access to the scanned device is limited, so it could be possible to scan complete device, save results into *.EmBER file, that can later be loaded into TinyEmberPlus to simulate the device locally.
Right now i use small script for AutoIt (on WIndows), writtem by me, to scan full tree automatically, but it would be nice to have it built-in :)

Priority: Low

@danjford
Copy link

Hi @Vasilich,

Does your script also create the full .Ember file from the device? If it does, is it available anywhere please?

We are also finding that it would be useful to be able to scan the full tree and have it in an Ember file for use in TinyEmberPlus.

Thanks!

@Vasilich
Copy link
Author

Hi @danjford
here is my AutoIt3 script (i am using Windows):
ScanEmberPlusViewTree.zip

You can compile it in an executable (or use precompiled exe file from the archive) to be able to use it on PCs without having to have AutoIt installed.
Desctiption:
This script tries to scan the first node in EmberPlusView. The setting "Auto GetDirectory" should be checked, "Enquire" should have value "All". It will stop after scanning 10000 nodes, or after EmberPlusView window will loose its focus, so - do not switch to other windows/apps during the scan!
After scan finishes, you can select first node and save/export it either as EmBER file or as XML file.
I recommend first to start EmverPlusView, configure the settings, add proper IP address:port, close the app, and then start the app ScanEmberPlusViewTree.exe (it must be located in same folder with EmberPlusView.exe).

@danjford
Copy link

Thanks @Vasilich, that works great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants