Go Distributed Motion S3 Versions Save

Distributed Motion Surveillance Security System (DMS3): a Go-based distributed video security system

1.4.1

1 year ago

This is a patch release (1.4.1) to address several security issues identified in external Go modules used in this code base.

1.4.0

2 years ago

This is a significant MINOR release since the last 1.3.1 patch that occurred in 2017.

Much has changed since 2017, including new DMS3 component features and functionality, as well as a move to the most recent release of the Go language and the many tools and packages that have matured since this project began when we developed it using Go 1.8.

For specific project changes, review the README.md file

A special thanks to those who helped make this 1.4.0 release possible. Thanks!

Full Changelog: https://github.com/richbl/go-distributed-motion-s3/compare/1.3.1...1.4.0

1.3.1

6 years ago
  • Minor release to reduce the installed footprint of a DMS3Client component (dashboard assets not needed on the client)
  • Flatten DMS3Dashboard component structs (best practices)

1.3.0

6 years ago
  • Added HTML dashboard support (dms3Dashboard component)
  • Fix to configuration files (*.toml; media files) location logic
  • Updated documentation (added dashboard procedures; cleanup/corrections)

1.2.0

6 years ago
  • Added support for compiling/distributing DMS3 components to the Arm6 architecture (native for Raspberry Pi Zero hardware devices). DMS3 support now includes:
    • Arm6 (Raspberry Pi A, A+, B, B+, Zero)
    • Arm7 (Raspberry Pi 2, 3)
    • AMD64 (most AMD/Intel based CPUs)
  • Refactored remote installers to minimize distribution size copied to remote device platforms
  • Build file configuration simplified (dms3build.toml)
  • Now making releases using .7z (LZMA) format to reduce release size of component binaries

1.1.0

6 years ago

In this release:

  • Replaced remote bash scripts with Go binaries, minimizing any installation issues across machines
  • Some minor refactoring in file io libs, compile and install logic

1.0.0

6 years ago

The first non pre-release, 1.0.0, that includes:

  • Added an automated installer to make DMS3 components easier to install across a network
  • Added quick DMS3 installer documentation
  • Updated manual DMS3 installation documentation
  • Updated unit tests for all DMS3Libs component
  • Fix to Always On functionality when time-of-day wraps to 0000
  • Fix to case when loggingLevel == 0 (in LogFatal())
  • Refactoring to reduce logic and code complexity

0.9.2

6 years ago

A minor update that refactors:

  • The dms3 build process (for making binary releases used here)
  • Dms3 libraries (breaking these down into smaller libraries)

Note: No operational changes made to binary components

0.9.1

6 years ago

Initial release update adds media files called by the dms3server component, and restructures the release folder.

See README.md and INSTALL.md for additional project-related information and licensing.

0.9.0

6 years ago

Initial release of the go-distributed-motion-s3 project (dms3). All components have been tested and are operational. File attachment contains release binaries for two platforms:

  • Linux/AMD64
  • LInux/Arm7 (for Raspberry PI devices and similar SBCs)

See README.md and INSTALL.md for additional project-related information and licensing.