Page 1 of 1

Is it possible to use the api with android ?

Posted: 31 Aug 2013, 15:58
by phil13hebert
As the title say, is it possible to use this with android ?

If it's possible, can someone explain me how to use this api please :)

Re: Is it possible to use the api with android ?

Posted: 31 Aug 2013, 18:14
by Jojo_44
Hi,

yes it´s possible. I think there´s already a app for android which can do this but I couldn´t find it atm. All you need is a java library which can connect to a dedicated server. I have created one for my java server controller so if you want I can provide you that lib and you can modify it to use it with android. Or if you have some programming skills you can take a look at the "GBXRemote.inc.php" in the GBXRemoteControlExamples folder shipped with the dedicated server and rewrite the php code in java yourself.

best regards, Jojo

Re: Is it possible to use the api with android ?

Posted: 31 Aug 2013, 18:35
by phil13hebert
Jojo_44 wrote:Hi,

yes it´s possible. I think there´s already a app for android which can do this but I couldn´t find it atm. All you need is a java library which can connect to a dedicated server. I have created one for my java server controller so if you want I can provide you that lib and you can modify it to use it with android. Or if you have some programming skills you can take a look at the "GBXRemote.inc.php" in the GBXRemoteControlExamples folder shipped with the dedicated server and rewrite the php code in java yourself.

best regards, Jojo
Thank you for these informations :)
I saw this "GBXRemote.inc.php", but I don't understand how to do the connection and then how to use ex: "GetServerName()" :?