/lolli

comand-line restful manageable mumble client

Primary LanguageGoMozilla Public License 2.0MPL-2.0

lolli

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

Requirements

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

  1. git clone ...
  2. cd lolli
  3. openssl genrsa -out server.key 1024
  4. openssl req -new -x509 -key server.key -out server.pem
  5. go run cmd/barnard/main.go

License

MPL 2.0

Author

Tim Cooper (tim.cooper@layeh.com) Erol Guzoğlu