cmd/rv: fixed profile.go and main.go file heaers including USAGE section in main.go

This commit is contained in:
Saxon 2020-01-28 11:45:18 +10:30
parent 5d6f65bc1b
commit 63e2b24c90
2 changed files with 22 additions and 1 deletions

View File

@ -27,6 +27,27 @@ LICENSE
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses. along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
USAGE
There must firstly be a netsender configuration file under /etc/netsender.conf.
Example:
ma 00:00:00:00:00:01
dk 0
wi
ip V0, T0
op
mp 60
ap 0
tg
hw
sh vidgrind.appspot.com
Revid configuration is controlled by valid variables given values on netreceiver
or vidgrind interface. See revid/config for valid variables.
To run rv simply build and call:
./rv
*/ */
// revid-cli is a command line interface for revid. // revid-cli is a command line interface for revid.

View File

@ -3,7 +3,7 @@
/* /*
DESCRIPTION DESCRIPTION
profile.go provides an init to change canProfile flag to true if profile tag profile.go provides an init to change canProfile flag to true if profile tag
provided on build. provided on build.
AUTHORS AUTHORS
Dan Kortschak <dan@ausocean.org> Dan Kortschak <dan@ausocean.org>