×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

New Python INDI terminal client

  • Posts: 10
  • Thank you received: 6
Hi there, I've just published an INDI terminal client, written in Python it would allow a user to connect to a device by SSH, and run the client in a terminal window. Please see indipyclient.readthedocs.io
The following user(s) said Thank You: Jack, Dahu, R Dan Nafe
2 weeks 2 days ago #100287

Please Log in or Create an account to join the conversation.

  • Posts: 57
  • Thank you received: 6
Hi there - looks interesting, what would the use cases be for this client versus using PyIndi?
2 weeks 3 hours ago #100311

Please Log in or Create an account to join the conversation.

  • Posts: 10
  • Thank you received: 6
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.

Last edit: 1 week 6 days ago by Bernard. Reason: Got image size wrong
1 week 6 days ago #100312

Please Log in or Create an account to join the conversation.

Time to create page: 0.630 seconds