grumble

module
v0.0.0-...-3c6ff54 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2014 License: BSD-3-Clause

README

What is Grumble?

Grumble is an implementation of a server for the Mumble voice chat system. It is an alternative to Murmur, the typical Mumble server.

Compiling Grumble from source

You must have a Go 1 environment installed to build Grumble. Those are available at:

http://code.google.com/p/go/downloads/list

Once Go is installed, you should set up a GOPATH to avoid clobbering your Go environment's root directory with third party packages.

Set up a GOPATH. On Unix, do something like this

$ export GOPATH=$HOME/gocode
$ mkdir -p $GOPATH

and on Windows, do something like this (for cmd.exe):

c:\> set GOPATH=%USERPROFILE\gocode
c:\> mkdir %GOPATH%

Then, it's time to install Grumble. The following line should do the trick:

$ go get mumble.info/grumble/cmd/grumble

And that should be it. Grumble has been built, and is available in $GOPATH/bin as 'grumble'.

Directories

Path Synopsis
cmd
pkg
acl
ban
blobstore
This package implements a simple disk-persisted content-addressed blobstore.
This package implements a simple disk-persisted content-addressed blobstore.
cryptstate/ocb2
Package ocb2 implements the version 2 of the OCB authenticated-encryption algorithm.
Package ocb2 implements the version 2 of the OCB authenticated-encryption algorithm.
freezer
Package freezer implements a persistence layer for Grumble.
Package freezer implements a persistence layer for Grumble.
logtarget
Package logtarget implements a multiplexing logging target
Package logtarget implements a multiplexing logging target
replacefile
Package replacefile implements access to the ReplaceFile Win32 API.
Package replacefile implements access to the ReplaceFile Win32 API.
sessionpool
Package sessionpool implements a reuse pool for session IDs.
Package sessionpool implements a reuse pool for session IDs.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL