Bernard replied to the topic 'New Python INDI terminal client' in the forum. 2 weeks ago

My understanding of Pyindi is that it is a library of classes and functions which can be scripted to create client applications.

Whereas Indipyclient is a terminal client interactively displaying and setting properties. It is a full client and can be used without any scripting.

It could be imported and provides classes since they have been written to support the terminal client. This functionality does overlap Pyindi, but being pure Python, rather than a C++ wrapper, it is very much an alternative implementation. It uses asyncio and operates in a single thread, and is without any dependencies outside of the standard Python library which may be of interest to Python programmers.

image.png

Read More...