The interface over which the AG communicates with the IG.
Likely the same as in HNI-IGI.
The interface over which the OITF communicates with the IG.
First, the OITF discovers the IG using UPnP:
Request:
M-SEARCH * HTTP/1.1
HOST: 239.255.255.250:1900
MAN: "ssdp:discover"
MX: 5
ST: urn:oipf-org:device:ig:1Response:
HTTP/1.1 200 OK
LOCATION: http://IGAddress/Description.xml
ST: urn:oipf-org:device:ig:1The previous step gave a description URL for the IG. Now, this file is read:
Request:
GET http://IGAddress/Description.xmlResponse:
<ig:igDescription xmlns:ig="urn:oipf-org:device:ig:1" SupportedMethod="01ff">
<ig:igURL>
http://192.168.0.2/IG/
</ig:igURL>
</ig:igDescription>(<igDescription/> may be the root element, or embedded in another element.)