First release of the Kerberos Agent (headless), which includes a base template for future work. The frontend (ui) is build with React, and the backend (machinery) is build with Golang. For the time being only the back-end is complete, the front-end only includes a mockup and working login page. Further integration with the back-end will be added in the next weeks. Please note that this version of the agent is already used by Kerberos Factory in the enterprise suite.
- A working backend (machinery) is added which only support IP cameras (RTSP) for the moment, a more complete list of features:
- IP camera (RTSP)
- Live streaming over MQTT and WEBRTC (TURN/STUN)
- Conditional motion based recording (Region and time)
- Continuous recording
- Cloud upload to Kerberos Hub using hub credentials
- Fragmented recordings
- A basic frontend was added to illustrate the direction of the UI. Currently only a working login page is added, but some other pages (mockups were added)
- Dashboard page will show basic overview of the agent
- Media page will show an overview page of the recordings
- Settings page will allow to configure the agent accordingly
Assets
Docker image is compiled for AMD64, ARMv7 and ARM64.