barnard is a terminal-based client for the Mumble voice chat software.
lolli is a terminal based and menageable (via REST) client. Only support channels operation for now
- gumble
- libopenal-dev, needed to install via package manager (apt-get)
- libopus-dev, needed to install via package manager for gopus (apt-get)
- gumbleopenal
- termbox-go
- negroni
to install package go get [github link (github.com/user/repo)]
to update the package you can use -u
parameter
##before-using run these commands :
openssl genrsa -out server.key 1024
openssl req -new -x509 -key server.key -out server.pem
##running
git clone ...
cd lolli
openssl genrsa -out server.key 1024
openssl req -new -x509 -key server.key -out server.pem
go run cmd/barnard/main.go
MPL 2.0
Tim Cooper (tim.cooper@layeh.com) Erol Guzoğlu