adraflight Posted November 28, 2010 Share Posted November 28, 2010 HelloI developed a program that retrieves some information from a multiplayer game. I like to know if it was possible to automatically move a user into a specific channel.With my software I get the nickname which is the same as the username mumble and the name of the desired channel, which obviously is a channel to mumble.Example:With my program I get: nickname = Adraesh and channel = testSo is it possible via a script to automatically move Adraesh into the channel test?Thank you in advance. Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted November 28, 2010 Administrators Share Posted November 28, 2010 You can use Ice as an API for controlling your server programaticaly.http://mumble.sourceforge.net/Ice Quote Link to comment Share on other sites More sharing options...
adraflight Posted November 28, 2010 Author Share Posted November 28, 2010 Thank you for the quick response.If I understand correctly, I can use the API ice to control my murmur server.Can you be a little more specific, give me some more informations?Where to start, how to do it ... etc. ?Or maybe we can get in touch to work together on my project?Thank you in advance. Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted November 28, 2010 Administrators Share Posted November 28, 2010 I understood you want to switch users to a specific channel, so you wanna use the Ice function server->setState(User)http://mumble.sourceforge.net/slice/Murmur/Server.html#setStateHow you have to use Ice depends;what kind of program did you use to read out game-data?Is it server side or client side?Resulting in: Can you implement the Ice functionality (move users) in your app? Do you want to use a separate webserver for that with authentification or sth?In the end, you’ll have to somehow access Ice.Zeroc provides bindings for C(++), Java, python, PHP …http://zeroc.com/languages.htmlYou’ll just have to use one of those binding libs and, well, just connect to and use Ice. Quote Link to comment Share on other sites More sharing options...
adraflight Posted November 28, 2010 Author Share Posted November 28, 2010 THX FOR ALL !U give me all informations that i need :). If i have success to build this application i will come back to post my result.thx for all ! 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.