Isaac replied to the topic 'Pyindi-client' in the forum. 3 years ago

Pardon me and let me answer my own question :)
New python client npindi which is pure python implementation of the indi lib.
github.com/geehalel/npindi

Read More...

Isaac created a new topic ' Pyindi-client' in the forum. 3 years ago

Hi All,

I understand the the python client is being deprecated. Are there any other python client in dev?
Did someone got the current python client work for him and share his experience?

Thanks alotĀ cool.png

Read More...

Isaac has liked Jean-Luc's Profile 3 years ago
Isaac replied to the topic 'Re:indiserver + telescope simulatror' in the forum. 3 years ago

Hi Eric, are you asking?
I actually followed the example here:
www.indilib.org/develop/indi-python-bindings.html

Read More...

Isaac replied to the topic 'indiserver + telescope simulatror' in the forum. 3 years ago

Do you know of anyone who did use the py client?
For starter i wanna make it work against a simulated telescope.
Going through the tutorial to the letter does not work for me.
Perhaps the guy who wrote the py client would know?

Read More...

Isaac replied to the topic 'indiserver + telescope simulatror' in the forum. 3 years ago

Anyone using pyindi here can advice please?

Read More...

Isaac replied to the topic 'indiserver + telescope simulatror' in the forum. 3 years ago

attached the script im running.

error i get:
telescope_on_coord_set[0].s = PyIndi.ISS_ONĀ  # TRACK
TypeError: 'ISwitchPropertyview' object is not subscriptable

version:
python 3.8
INDI Library: 1.9.0
Code 1.9.0-tgz. Protocol 1.7

Read More...

Isaac created a new topic ' indiserver + telescope simulatror' in the forum. 3 years ago

Hi,

Im Following the example here indilib.org/developers/python-bindings.html to control a simulator telescope. Ive installed all the necessary libraries and software (including kstars/ekos).
indiserver is running (indiserver -vv indi_simulator_telescope indi_simulator_ccd) and kstars/ekos is running and connected to the simulator telescope.
when running the example script it fails here:Any hints on what am i doing wrong?
Thanks In advance

Read More...