nah4891 Posted October 12, 2012 Share Posted October 12, 2012 Hi.I need reference paper of mumble server architecture. I have one reference paper ("Mumble protocol 1.2.X reference (WIP)). But I want to get enhanced document of mumble sever. Can I get a updated reference document? Additionally, Can I get sources of mumble server Windows version? Thanks. Quote Link to comment Share on other sites More sharing options...
fatbob313 Posted October 12, 2012 Share Posted October 12, 2012 Hi.I need reference paper of mumble server architecture. I have one reference paper ("Mumble protocol 1.2.X reference (WIP)). But I want to get enhanced document of mumble sever. Can I get a updated reference document? Additionally, Can I get sources of mumble server Windows version? There's a link on the home page that says "Download source code". Have you tried that one? The Murmur sources is in 'src/murmur/'Regarding the "reference paper of mumble server architecture" I believe it's up to you to create that one after you have digested the sources.GLHF! :) Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted October 13, 2012 Administrators Share Posted October 13, 2012 Yup, as fatbob pointed out the source code is freely available.Alternatively to the source code as a file download you can check out the git repository on sourceforge (webview of murmur folder) or github (webview of /src/murmur).The server component is named “Murmur” in case you did not know yet.The server specific code is in/src/murmur.There is no server architecture documentation, and the protocol documentation is only about the communication protocol.As a start: The server does not have much logic, it merely redirects packages. It is kept small and efficient to keep resource-usage and latency very low. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.