Arnaud replied to the topic 'INDI Driver for IPX800 server' in the forum. 5 years ago

Well...I've found this to know Address and port...but that means that user should have previously saved his configuration...not satisfaying...
Reading API and codes...I don't understand how to use Standard Properties in other way than reading config files...

IUGetConfigText(getDeviceName(), INDI::SP::DEVICE_ADDRESS, "ADDRESS", defaultHostname, MAXINDINAME);
    IUGetConfigText(getDeviceName(), INDI::SP::DEVICE_ADDRESS, "PORT", defaultPort, MAXINDINAME);


Read More...