INDIGO Server
Getting started with the INDIGO agents based backyard astrophotography application suite
About eight years ago we started to develop a software with the idea to make Apple macOS and iOS the first class platforms for backyard astrophotography.
At the beginning, the most important task was to add as many hardware drivers as possible. So we used the existing INDI framework. Later we focused on the performance and reliability and transferred the whole development to INDIGO framework.
In the latest generation we made so far the most radical change. We left the traditional client server approach and switched to multi-tier agent based architecture allowing even higher performance and reliability.
Core and utility applications of astrophotography suite
Unlike the other similar systems, our suite is not a single monolithic application, we use standalone loosely coupled applications instead. This approach has some advantages and some drawbacks. The major advantage is that you can select just tools you really need and use them only when you really need. The disadvantage is that you need to understand how the applications work to configure them to talk to each other properly.
There are five core applications and a couple of utility applications in our suite. The core applications are:
- AstroImager, the application for controlling the main camera and the associated filter wheels, focusers and the front end for "Imager Agent",
- AstroDSLR, a very similar application, but intended specifically for tethering DSLRs and another front end for "Imager Agent",
- AstroTelescope, the application for controlling the dome and the mount and the front end for "Mount Agent",
- AstroGuider, the application for controlling the guider camera and guider port of the mount and the front end for "Guider Agent" and
- INDIGO A1 or INDIGO D1, all in one application containing AstroImager or AstroDSLR, AstroGuider and AstroTelescope in a single bundle with a single embeded server.
The utility applications are:
- INDIGO Server, the standalone server for building distributed systems,
- INDIGO Control Panel, the standalone control panel,
- INDIGO Script Editor, the standalone INDIGO script editor,
- INDIGO Dashboard, the highly configurable dashboard for low level server control,
- FITS Preview, the fast previewer for FITS, XISF and INDIGO RAW formats and
- Astrometry, the macOS port of substantial part of Astrometry.net project.
Please note, that every core application contains an embedded server, control panel and script editor. The standalone versions are intended for advanced use and are not necessary in the most cases.
About INDIGO and INDIGO agents
INDIGO is a system of standards and frameworks for multiplatform and distributed astronomy software development.
You can consider it as a next generation of INDI, based on layered architecture and software bus. INDIGO uses the same astronomical hardware abstraction as INDI, but removes some of its design limitations, dramatically improves its performance in some typical scenarios and overcomes license restrictions to allow both non-commercial and commercial use.
If you don't want to, you don't need to care about INDIGO complexity and its distributed nature. Each application contains embedded INDIGO Server together will all necessary drivers. You can just use it.
Although INDIGO was always well prepared for a distributed computing, for many situations the traditional client/server is not the best approach. The most important driver for the change was implementation of webGUI on INDIGO server. The thin client running in a browser needs a much smarter backend than INDIGO server itself, it needs a server side application logic. We use term INDIGO agent for this code, acting on the server side and controlling the local devices on behalf of the client.
Such an agent is independent of the connection to the client. The client can configure it, disconnect and keep it running, doing its job and connect later to monitor the status or to take the results. The communication between the driver and the agent is also not limited by network bandwidth as far as they both live in the same INDIGO server and can communicate to each other over the software bus on a procedure call speed.
And last but not least, as far as agent code contains the vast majority of application logic for typical operations supported by the applications for amateur astronomy. Implementation of the client is in this case just implementation of native GUI for a given operating system. It is faster, easier and possible bugs can be fixed on one place.
To learn more about INDIGO or INDIGO agents or to ask a question, visit FAQ section of our users forum.
What's new in the version 4.14
- Moravian Instruments wheel driver added,
- INDIGO framework version 2.0.277.
What's new in the version 4.13
- WandererBox Plus/Pro V3 powerbox drivers added,
- WandererAstro WandererCover V4-EC driver added,
- INDIGO framework version 2.0.271.
What's new in the version 4.12
- Touptek and Touptek OEM SDK updated,
- new Celestron firmware support added to NexStar driver,
- bugfixes related to OnStep dialect in LX200 driver,
- new Sony protocol support added to PTP-over-USB driver,
- ESSATO2 support added to Primaluce driver,
- INDIGO framework version 2.0.258.
What's new in the version 4.11
- support for recent macOS version,
- OpenAstroTech support added to LX200 driver,
- INDIGO framework version 2.0.244.
What's new in the version 4.10
- INDIGO framework version 2.0.240,
- PlayerOne CCD SDK updated,
- SVBony CCD SDK updated,
- ICA compatibility fixed in PTP-over-USB Camera driver.
What's new in the version 4.9
- INDIGO framework version 2.0.234.
What's new in the version 4.8
- INDIGO framework version 2.0.232,
- XIFS header overflow but fixed,
- PrimaluceLab focuser driver added,
- updated SDK and Apple silicon support for Touptek/Altair/OmegonPro/Orion StarShot G/RisingCam/MallinCam/OGMA and SVBony,
- updated SDK for Moravian Instruments, ZWO ASI, PlayerOne,
- new log format.
What's new in the version 4.7
- INDIGO framework version 2.0.222,
- ASTAP solver agent removed,
- PlayerOne CCD driver added,
- Orion StarShootG CCD driver added,
- RisingCam, EHD and Levenhuk CCD driver added,
- MallinCam CCD driver added,
- Omegon CCD driver added,
- OMGA CCD driver added,
- PegasusAstro Indigo filter wheel driver added,
- PegasusAstro Prodigy Microfocuser driver added,
- PegasusAstro Falcon rotator driver added,
- StarGO2 support added to LX200 driver.
What's new in the version 4.6
- INDIGO framework updated to version 2.0_198.
- Images can be captured in native DSLR RAW format and saved as FITS or XIFS now.
- Vixen Starbook Ten driver added.
- ZWO AM5 mount driver added.
- Weighted selection mode support added.
- Many bug fixes, optimisations and GUI improvements.
What's new in the version 4.5
- INDIGO framework version 2.0.177.
What's new in the version 4.4
- INDIGO framework version 2.0.176.
What's new in the version 4.3
- INDIGO framework version 2.0.172.
- ASTAP plate solver support.
- Issues with asynchronous drivers fixed.
- Fuji support improvements.
- Sony A7R4 compatibility improvements.
- SVBONY driver with SV305/405 support added.
- ZWO ASI SDK updated.
What's new in the version 4.2
- DSLR RAW format conversion fixed for macOS Monterey.
- Control panel property sorting fixed.
What's new in the version 4.1
- ASTROMECHANICS ASCOM Canon EF Lens Controller focuser driver added.
- ASTROMECHANICS PLM aux driver added.
- Beaver dome driver added.
- Geoptik flat driver added.
- Moravian Instruments CCD driver is M1 compatible.
- INDIGO framework version 2.0.164.
What's new in the version 4.0
- The initial version of the 4th generation.
- INDIGO framework version 2.0.148.
INDIGO Server overview
INDIGO Server is a server part of INDIGO framework wrapped into macOS GUI. It contains all INDIGO drivers available for macOS:
- CCD, focuser, wheel, rotator, mount, gps and dome simulator drivers,
- Atik CCD and wheel drivers (Intel only),
- ZWO ASI CCD, wheel, focuser and guider drivers (doesn't work with non-S ASI120MM/MC, Intel only),
- IIDC CCD driver (both USB and FireWire cameras),
- QHY CCD and filter wheel drivers (Intel only),
- SBIG CCD and filter wheel driver (Intel only),
- Meade DSI CCD driver,
- Orion SSAG/QHY5 CCD driver,
- StarlightXpress CCD, wheel and AO drivers,
- QSI CCD and wheel driver (Intel only),
- FLI CCD, wheel and focuser driver,
- Apogee CCD driver,
- Moravian Instruments CCD and wheel driver,
- ToupTek CCD driver,
- AltairAstro CCD driver,
- Orion StarShootG CCD driver,
- RisingCam, EHD and Levenhuk CCD driver,
- MallinCam CCD driver,
- Omegon CCD driver,
- OMGA CCD driver,
- SVBONY CCD driver (Intel only),
- PlayerOne CCD driver,
- UVC (USB Video Class, e.g. SVBONY SV205) CCD driver,
- PTP-over-USB CCD driver for Canon, Nikon, Sony Alpha and Fuji cameras,
- Trutek (TruTech) wheel driver (untested),
- Brightstar Quantum wheel driver (untested),
- Xagyl wheel driver (untested),
- Optec wheel driver (untested),
- QHY CFW wheel driver added,
- Manual filter wheel driver,
- EQMac guider driver (obsoleted on macOS Mojave),
- CG-USB-ST4 driver,
- Shoestring GPUSB, FCUSB and DSUSB drivers,
- Focuser USB v3 driver,
- PrimaluceLab focuser driver,
- WeMacro Rail USB driver,
- MJKZZ macro rail USB driver,
- PegasusAstro DMFC, UPB, PPB, Indigo, Prodigy, Falcon and FlatMaster drivers,
- RigelSys nSTEP and nFOCUS drives,
- MoonLite focuser driver,
- Optec focuser driver (untested),
- LakesideAstro focuser driver (untested),
- Deep Sky Dad AF1, AF2 and AF3 focuser driver,
- Baader Planetarium SteelDrive II focuser and Classic dome drivers,
- AstroGadget FocusDreamPro focuser driver,
- RoboFocus focuser driver,
- MyPro2 focuser driver,
- ASTROMECHANICS ASCOM Canon EF Lens Controller focuser driver,
- Lunatico Limpet/Armadillo/Platypus Focuser/Rotator/Powerbox drivers,
- Optec Pyxis Rotator driver,
- PlaneWave/Celestron focuser driver,
- LX200 mount driver (supports Meade, Avalon, Losmandy Gemini, 10micron, EQMac, Astro-Physics GTO, OpenAstroTech and OnStep dialects),
- NexStar mount driver (supports Celestron and Skywatcher dialects),
- Takahashi Temma mount driver,
- iOptron Mount driver,
- SynScan/EQDir mount driver,
- ExploreScientific PCM8 mount controller driver,
- RainbowAstro mount driver,
- NexStarAUX mount driver (WiFi only),
- Vixen Starbook Ten driver,
- ZWO AM5 mount driver,
- Generic NMEA 0183 GPS driver,
- GPS Service Daemon (GPSD) client driver,
- HID Joystick driver,
- RTS-on-COM shutter driver,
- Unihedron SQM sky quality meter driver,
- ASTROMECHANICS PLM aux driver,
- Artesky flatbox driver,
- Lacerta Flat Box Controller driver,
- Optec Flip-Flat driver,
- Geoptik flat driver,
- USB_Dewpoint V1 and V2 driver,
- Lunatico AAG CloudWatcher driver,
- Lunatico Astronomia Dragonfly Dome and Relay controller drivers,
- Astromi.ch MGBox v1/v2, MBox, MGPBox and PBox driver,
- NexDome Dome driver (based on G.Rozema's firmware),
- NexDome Dome driver (requires firmware v.3.0.0 or newer),
- Beaver dome driver,
- WandererBox Plus/Pro V3 powerbox drivers,
- WandererAstro WandererCover V4-EC driver,
- Interactive Astronomy SkyRoof and SkyAlert drivers,
- Modernised 2-m Class Zeiss Telescope Systems (ASCOL).
INDIGO Server GUI
The main window of INDIGO Server is actuall a control panel. You can use it to manage all properties of all devices hosted by local INDIGO bus.
To change a property, navigate in device / Group / Property tree, enter new values of the items (changed values became orange) and click Set.
If you want INDIGO Server to use changed values on the next start, save configuration in "Configuration control" property in "Main" group of the device. You can also set particular profile in "Profile selection" property first. Remember, that not all properties are actually persistent, values of some of them can't be saved, e.g. for security reasons.
INDIGO Server device represents AstroImager itself and can be used by scripting tools etc.
Please note, that embedded control panel can be used only to control local devices. To access remote devices you need full featured INDIGO Control panel.
INDIGO Server preferences
In INDIGO Server preferences you can set various settings for the embedded INDIGO server and client.
On the INDIGO pane you can configure the port number, service name and type for built-in INDIGO server. Access token is a password used to access protected remote INDIGO services.
Log level is logging verbosity for GUI and built-in INDIGO server. Read this post to learn how to make a debug or trace log.
Configuration profile is the profile used to save and load persistent state of the INDIGO server and drivers. Don't change it unless you know what you are doing.
On the INDIGO Drivers pane you can enable or disable different INDIGO drivers. Don't enable drivers you don't need, all loaded drivers consume resources of your computer and some of them are mutually exclusive. Check this page to learn more about individual INDIGO drivers.
On the INDIGO Ports pane you can configure a serial port for those drivers which need it. Note, that these settings supersede the saved value of PORT property of the driver.
Scripting INDIGO Server
INDIGO Script is a built-in scripting language based on ECMA Script with binding to the INDIGO objects and functions. Scripts may be executed manually, on agent load or unload or registered as event handlers and triggered by any INDIGO events.
Scripts are executed by Duktape engine wrapped into a scripting agent. To learn more about the language, visit Duktape site.
To learn more about INDIGO bindings, read scripting agent README.
To see some real world scripts look at INDIGO Script subforum.
Further questions?
Please contact us at info@cloudmakers.eu or bb.cloudmakers.eu.