Contents Transport layer Packet format Application Protocol

services

services.get

Request:

<call ...>
    <services method="get" model*="" >
        <info>
            <AVS2 __type="str">AVS2 version</AVS2>
        </info>
    </services>
</call>

Response:

<response>
    <services expire="" method="get" mode="" status="status">
        <item[] name="service" url="url" />
    </services>
</response>

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 will likely alsop be a custom URL with query parameters pre-baked.

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