Q.U.A.R.C.S (QHYCCD Universal Astrophotographic Remote Capture System) is an open-source software kit that supports the full function of mobile remote capture via WIFI and computer remote capture via LAN. It includes the mount control, camera control, autoguiding, electric focuser control, and Stellarium skymap function.
The QUARCS includes the following parts
-- QUARCS server. It is the hardware control server, written with QT. This server uses the INDI library to control the astronomy hardware.
-- Modified PHD2 guider. We modified the PHD2 guide to get better communication with the QUARCS server.
-- QUARCS user client frontend. It is based on the stellarium web edition, which is a Vue frontend. We add the image capture function, device connection function, autoguider control and curve function, histogram function, capture planner table function, etc.
-- QUARCS app. Which is a simple QT framework for the mobile app. It supports Android (the IOS version is also under development) The app has a built-in browser to support the frontend display. And it has an IP address detector function to find the server automatically.
-- QUARCS node js Transponder. Which is a websocket packet forwarding/transponder server. All the communication between the QUARCS server and the client is going through it. It also manages the server/client's online and offline events.
The QUARCS installation
I'd like for you to follow this sequence to install the whole project. Please follow the README.MD in each part. The installation is tested under the empty Ubuntu22.04
- QUARCS server.
- Modified PHD2 guider
- QUARCS user clinet frontend (Stellarium web edition)
- QUARCS node js Transponder
- QUARCS app