Skip to content

Discovery command and installer wizard

Latest
Compare
Choose a tag to compare
@isaric isaric released this 03 Dec 10:25
· 3 commits to main since this release
d315dc6

Summary

This release adds a new command from the ONVIF standard - the discover all command.
It also adds an installer script using makefile and bash. Finally, all the commands are prefixed with
"onvif-" to avoid conflicts when performing a system-wide install.

Discover all command

The command will find any ONVIF devices on the specified interface and print their addresses to the console.

Makefile installer

A Makefile is provided in the project root.
Simply run

make install

And the script will compile the binaries, install them in /usr/bin and compile
systemd services using the service templates provided. The user should provide
one .env file per camera they want to operate using the commands.

Command prefix

All commands were renamed to include the onvif- prefix. This was done to avoid
conflicts with other commands that may be similarly named when performing a
system-wide install.