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

Add a utility program for listing info about hardware #339

Closed
jamessynge opened this issue Jan 14, 2018 · 2 comments · Fixed by #1035
Closed

Add a utility program for listing info about hardware #339

jamessynge opened this issue Jan 14, 2018 · 2 comments · Fixed by #1035

Comments

@jamessynge
Copy link
Contributor

List camera, Arduinos, mount, dome. Print status, port, serial numbers, etc., as appropriate.

@jamessynge
Copy link
Contributor Author

Wilfred suggested:

FWIW, and regarding comment (#320) above about separate utils for discovering devices, I have mostly been avoiding making the module callable via if __main__ unless they are in the utils folder. However, that would make development a little annoying as you would have to run a util file to test the sensors file. Still, could end up looking something like:

python pocs/utils/devices.py --list_arduinos
python pocs/utils/devices.py --list_cameras
python pocs/utils/devices.py --list_attached_hardware

etc.

@wtgee
Copy link
Member

wtgee commented Feb 16, 2020

Could also be a part of panoptes/panoptes-tutorials#48

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

Successfully merging a pull request may close this issue.

2 participants