Skip to content

erolg/lolli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

comand-line restful manageable mumble client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages