Project page on GoogleCode
Source hosted on GitHub
uMurmur is a minimalistic Mumble server primarily targeted to run on embedded computers, like routers, with an open OS like OpenWRT. The server part of Mumble is called Murmur, hence the name uMurmur. It is available as a precompiled package for quite a lot distributions. Check your distribution's package repository.
-
Requirements
- OpenSSL or PolarSSL library
- libconfig
- libprotoc-c version 0.14 or 0.15 (use --disable-protoc option in its ./configure to build only the library). If you for some reason have to run an earlier version you need to recompile the protocol file
Mumble.proto
using the protobuf compiler for the corresponding version.
-
Build
./configure
make
-
Install
make install
- Edit umurmur.conf.example to your liking and put it in a suitable place. /etc/umurmur.conf is default.
-
Run
umurmurd -c <conf file> -p <PID file> -r
. For other switches and their meaning runumurmurd -h
A startup script can easily be created if you want to. Just copy an existing script and edit it to your liking.
- Antoine Bertin
- tilman2
- J Sisson - sisson.j ( AT ) gmail DOT com
- pierre.h
- phr0z3nt04st
Hope I didn't forget anyone... Please just send me a mail if you feel this is the case.
See the project page, link above.
Have fun!