knro / indiwebmanager

Web Manager for INDI Server
http://www.indilib.org
GNU Lesser General Public License v2.1
43 stars 32 forks source link

bug fix for remote driver calls #24

Closed sterne-jaeger closed 6 years ago

sterne-jaeger commented 6 years ago

Attaching devices mounted on a remote indiserver instance failed. The problem was that the call in indi_server.py tried to call a remote device holding a config file setting. But for remote devices, indiserver only accepts <device label>@<remote host>.

knro commented 6 years ago

@juanmb Can we make a release for this?

sterne-jaeger commented 6 years ago

This should fix issue #18

juanmb commented 6 years ago

I made the release 0.1.4. It's available in PyPI