hallo!
ich verwende das st510 mit routerconfig.
jedoch gibt's hierbei immer nen traffic im netz.
was bedeutet der? ich vermute, es wird wohl ne art upnp sync sein.
folgend ein "follow tcp stream" output aus ethereal (winXP)
[php]//von client zu st510//
POST /upnp/control/wancic HTTP/1.1
Content-Type: text/xml; charset="utf-8"
SOAPAction: "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1#X_GetICSStatistics"
User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows 9x)
Host: 192.168.X.X
Content-Length: 310
Connection: Keep-Alive
Pragma: no-cache
<?xml version="1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:X_GetICSStatistics xmlns:m="urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1"/></SOAP-ENV:Body></SOAP-ENV:Envelope>
//von st510 zu client//
HTTP/1.0 200 OK
Connection: close
Server: SpeedTouch 510 4.2.5.0.0 UPnP/1.0 (XXXXXXXXXXXXXX)
Content-Length: 601
Content-Type: text/xml; charset="utf-8"
EXT:
<?xml version="1.0"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
<m:X_GetICSStatisticsResponse xmlns:m="urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1">
<TotalBytesSent>17061601</TotalBytesSent>
<TotalBytesReceived>46775521</TotalBytesReceived>
<TotalPacketsSent>142226</TotalPacketsSent>
<TotalPacketsReceived>102256</TotalPacketsReceived>
<Layer1DownstreamMaxBitRate>800000</Layer1DownstreamMaxBitRate>
<Uptime>0</Uptime>
</m:X_GetICSStatisticsResponse>
</s:Body>
</s:Envelope>[/php]
p.s. ip und serial von mir entstellt