device-register
registers a device on the cacophony server so a device can upload thermal or audio recordings to the server
Project | device-register |
---|---|
Platform | Thermal camera (Raspbian) |
Requires | Running cacophony-api server to connect to |
Build Status | |
Licence | GNU General Public License v3.0 |
Download and install the latest release from Github
In order to create register the device, you need to specify the path the API server, group name the device will belong to, and name for the device. Up-to-date instructions for how to specify these values can be found by running.
> ./device-register --help
Follow our go instructions to download and build this project.
Make sure the cacophony-api
server the device will attach to is running, then start this program. Up-to-date instructions for how to specify these values can be found by running.
> ./device-register --help
Releases are created using travis and git and saved on Github. Follow our release instructions to create a new release.