Skip to content

Releases: aaronwmorris/indi-allsky

Release v7.6

25 Oct 01:48
0b40678

Choose a tag to compare

  • BREAKING CHANGE: Detection masks utilized before geometry changes
  • GCP Storage
  • pyCurl Camera for remote web cam support
  • FITS image processing
  • Raspberry Pi OS Bookworm/Debian 12 support
  • Images stored in database using relative paths
  • IIS and Hubble tracking info
  • Satellite tracking in Astropanel
  • Fix SCNR Average Neutral processing
  • Removed GPS time sync

Release v7.4

22 Aug 23:55
c2cffee

Choose a tag to compare

Smoke data from NOAA HMS
16-bit CLAHE contrast enhancement
SyncAPI security enhancements
Passenger and CGI interfaces
Astropanel integration

Release v7.2

15 Jul 15:57
ce45d07

Choose a tag to compare

Release 7.2 is primarily an architecture change.

Previously, the camera/hardware management occurred in the same process as the main program loop. In release 7.2, I have separated the camera management from the main program loop. The main program loop only handles process management and config management. The capture process is now fully independent. A reload event now completely shuts down the indi client and a new process is created with a new client. If the indi process were to crash, a new process would get created within a few seconds.

This might also help (very slightly) with memory, since using separate processes in python multiprocessing performs a full copy of memory in the new processes. None of the memory related to indi and camera management is copied to the other processes anymore.

File transfer processes are now converted to threads. This should significantly reduce the impact of memory usage when more threads are used. I have increased the default threads to 2.

Release v7.1

08 Jul 03:31
43ced7a

Choose a tag to compare

Data from the NOAA Space Weather Prediction Center is used to predict the possibility of aurora activity.
Text overlay customizations.
Add image saturation controls.

Release 7.0

19 May 17:20
f40342e

Choose a tag to compare

  • Image stretching
  • Docker support

Release v6.3

30 Mar 02:41
ab21958

Choose a tag to compare

  • Authentication handled directly in web application
    • Multiple user support
  • Multi-camera support in web portal
  • Add passive indi camera support
    • Multiple indi-allsky instances can utilize the same camera
  • SyncAPI REST service
  • Remote web portal
  • S3 Object Storage support
  • Multiple upload worker support
  • MySQL/MariaDB support
  • Configs stored/versioned in database
  • libcamera temperature support
  • File transfer credential encryption
  • Logo overlay support
  • Image circle mask

Release v6.0

02 Jan 03:03
6ee3558

Choose a tag to compare

Log Viewer
Image Stacking/Registration
Notification system
GPS Support
Active Cooling support

Release v5.6

03 Dec 16:45
5480f4c

Choose a tag to compare

Saved FITS and RAW images are now tracked in the database and made available in the image viewer.

Release v5.5

07 Nov 00:36
ed182ab

Choose a tag to compare

Using a different method to detect the bayer pattern for color cameras.

Release v5.4

03 Nov 22:58
b559a8a

Choose a tag to compare

Added key based authentication to pycurl and paramiko transfer classes