Javier replied to the topic 'How to create an INDI dome driver?' in the forum. 7 years ago

Thanks for your answer!

Sorry, there are not code published in the repository because I don't know how to create the main structure.

According to your recomendation, I think the easy way for srtart with the driver develop is clonning the maxdome folder inside 3rdparty directory and rename it (for example "indi-plcdome"). This is just now the content of the driver directory right now: github.com/jgm1986/MCCM-Robotic-Observat...drivers/indi-plcdome

On the other hand, I don't know if I am compiling correctly the driver... I have executed this commands:

cp -r indi-plcdome/ ~/projects/indi/3rdparty/
cd  ~/projects/indi/3rdparty/indi-plcdome/
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug .
make
sudo make install

If this is correct, I'll remove the unnecessary code and customize the methods with my own code. Thanks for your help!

Read More...