{% extends "konami.html" %} {% block title %}services{% endblock %} {% block body %}

services

services.get

Request:

{% highlight "cxml" %}
    
        
            AVS2 version
        
    
{% endhighlight %}

Response:

{% highlight "cxml" %}
    
        
    
{% endhighlight %}

Known services are:

Most of these will usually just return the URL to the eAmuse server (or your fake one ;D). ntp is a notable exception, unless you're planning on reimplementing NTP.

keepalive is a url with the following query parameters:

pa
ia Router IP
ga Gateway IP
ma Centre IP
t1
t2

All service URLs have a maximum length of 128 characters.

mode is one of operation, debug, test, or factory.

{% endblock %}