summaryrefslogtreecommitdiff
path: root/htroot/Network.xml
blob: 6d80113e3c5a94f0aba7f77922ae2298e1d5e793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0"?>
<peers>
#(table)#::
#{list}#
  <peer>
    <hash>#[hash]#</hash>
    <fullname>#[fullname]#</fullname>
    <version>#[version]#</version>
    <ppm>#[ppm]#</ppm>
	<qph>#[qph]#</qph>
    <uptime>#[uptime]#</uptime>
    <links>#[LCount]#</links>
    <words>#[ICount]#</words>
    <rurls>#[RCount]#</rurls>
    <lastseen>#[lastSeen]#</lastseen>
    <sendWords>#[sI]#</sendWords>
    <receivedWords>#[rI]#</receivedWords>
    <sendURLs>#[sU]#</sendURLs>
    <receivedURLs>#[rU]#</receivedURLs>
    <type>#(type)#junior::senior::principal#(/type)#</type> 
    <direct>#(type_direct)#direct::passive#(/type_direct)#</direct> 
    <acceptcrawl>#[acceptcrawl]#</acceptcrawl> 
    <dhtreceive>#[dhtreceive]#</dhtreceive> 
    <rankingreceive>#[rankingreceive]#</rankingreceive>
    <location>#[location]#</location>
    <seedurl>#[type_url]#</seedurl>
    #(complete)#
    ::
    <age>#[age]#</age>
    <seeds>#[seeds]#</seeds>
    <connects>#[connects]#</connects>
    <address>#[ip]#:#[port]#</address>
    #(/complete)#    
  </peer>
#{/list}#
::
  <active>
    <count>#[active-count]#</count>
    <links>#[active-links]#</links>
    <words>#[active-words]#</words>
  </active>
  <passive>
    <count>#[passive-count]#</count>
    <links>#[passive-links]#</links>
    <words>#[passive-words]#</words>
  </passive>
  <potential>
    <count>#[potential-count]#</count>
    <links>#[potential-links]#</links>
    <words>#[potential-words]#</words>
  </potential>
  <all>
    <count>#[all-count]#</count>
    <links>#[all-links]#</links>
    <words>#[all-words]#</words>
  </all>
  <your>
    <name>#[my-name]#</name>
    <hash>#[my-hash]#</hash>
    <type>#(my-info)#virgin::junior::senior::principal#(/my-info)#</type>
    <version>#[my-version]#</version>
    <utc>#[my-utc]#</utc>
    <uptime>#[my-uptime]#</uptime>
    <links>#[my-LCount]#</links>
    <words>#[my-ICount]#</words> 
    <words>#[my-RCount]#</words> 
    <acceptcrawl>#[my-acceptcrawl]#</acceptcrawl>
    <acceptindex>#[my-dhtreceive]#</acceptindex>
    <acceptranking>#[my-rankingreceive]#</acceptranking>
    <sentwords>#[my-sI]#</sentwords>
    <senturls>#[my-sU]#</senturls>
    <receivedwords>#[my-rI]#</receivedwords>
    <receivedurls>#[my-rU]#</receivedurls>
    <ppm>#[my-ppm]#</ppm>
    <qph>#[my-qph]#</qph>
    <seeds>#[my-seeds]#</seeds>
    <connects>#[my-connects]#</connects>
    <location>#[my-location]#</location>
    <seedurl>#[my-url]#</seedurl>
  </your>
  <cluster>
    <ppm>#[gppm]#</ppm>
    <qph>#[gqph]#</qph>
  </cluster>
  <status>#[comment]#</status>
  <!--
  0 - nothing
  1 - online mode, but no Internet available
  2 - not in online mode
  -->
#(/table)#
</peers>