.. _references: References ========== indipydriver development site: https://github.com/bernie-skipole/indipydriver https://pypi.org/project/indipydriver https://indipydriver.readthedocs.io Associated packages: indipyserver ^^^^^^^^^^^^ https://github.com/bernie-skipole/indipyserver https://pypi.org/project/indipyserver/ https://indipyserver.readthedocs.io indipyweb ^^^^^^^^^ Web server and INDI client, connects to an INDI serving port, and serves client pages for connected browsers. https://github.com/bernie-skipole/indipyweb https://pypi.org/project/indipyweb indipyterm ^^^^^^^^^^ INDI client providing a terminal connection to an INDI serving port https://github.com/bernie-skipole/indipyterm https://pypi.org/project/indipyterm indipyclient ^^^^^^^^^^^^ A Python package providing classes which operate client connectivity to a serving port. Used by the above clients. https://github.com/bernie-skipole/indipyclient https://pypi.org/project/indipyclient https://indipyclient.readthedocs.io indipyconsole ^^^^^^^^^^^^^ Rather crude terminal client, Linux only. However it has no dependencies outside of the Python standard library and if the source is copied, it can be run without a virtual environment using: python3 -m indipyconsole https://github.com/bernie-skipole/indipyconsole https://pypi.org/project/indipyconsole Other links ^^^^^^^^^^^ Examples of clients and drivers are collected at: https://github.com/bernie-skipole/inditest Further relevant sites: Please note: The author has no relationship with indilib, these indipyserver, indipydriver and client packages are independently developed implementations. However they were developed with reference to the INDI version 1.7 specification, and are intended to interwork with other implementations that also meets that spec. https://en.wikipedia.org/wiki/Instrument_Neutral_Distributed_Interface https://www.clearskyinstitute.com/INDI/INDI.pdf https://indilib.org/ https://github.com/indilib/indi/releases