Bi-monthly release with major changes to INDI properties and client API in addition to new drivers and improvements. An important feature for this release is the full support for XISF file format which is used by PixInsight. INDI cameras can now natively capture in XISF format.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
sudo apt-get install libindi-dev
sudo apt-get install subversion
sudo apt-get install swig3.0
svn co http://pyindi-client.googlecode.com/svn/trunk/swig-indi/swig-indi-python
mkdir libindipython
cd libindipython
cmake ../swig-indi-python
make
sudo make install
sudo apt-get install python-cherrypy3
sudo mkdir /opt/ws4py
sudo chown user:user /opt/ws4py # !!! you must change user on your system login!
cd /opt/ws4py
git clone https://github.com/Lawouach/WebSocket-for-Python.git
cd WebSocket-for-Python
sudo python setup.py install
svn co http://pyindi-client.googlecode.com/svn/trunk/pyindi-ws
cd pyindi-ws
python indi_simple_html_cherrypy_server.py
indiserver -p 7680 indi_simulator_telescope indi_simulator_ccd # you can change port number 7680
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
wget ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio_latest.tar.gz
tar xvzf cfitsio_latest.tar.gz
cd cfitsio
./configure --prefix=/usr/local
make
sudo make install
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
sudo apt-get install libcfitsio3-dev
Please Log in or Create an account to join the conversation.