Skip to content

Registers the thermal-camera in the API server when camera is first setup

License

Notifications You must be signed in to change notification settings

TheCacophonyProject/device-register

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

device register

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 Build Status
Licence GNU General Public License v3.0

Instructions

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

Development Instructions

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.