<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://test.amule.szerverem.hu/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=82.155.244.43</id>
		<title>AMule Project FAQ - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=82.155.244.43"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/82.155.244.43"/>
		<updated>2026-04-05T21:02:27Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Server.met_file</id>
		<title>Server.met file</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Server.met_file"/>
				<updated>2005-06-07T22:58:06Z</updated>
		
		<summary type="html">&lt;p&gt;82.155.244.43: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== File ==&lt;br /&gt;
&lt;br /&gt;
'''Name:''' ''server.met''&lt;br /&gt;
&lt;br /&gt;
'''Location:''' ''~/.aMule/''&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Binary file containing the list of [[server]]s known to [[aMule]].&lt;br /&gt;
&lt;br /&gt;
Because its in binary format, it must be changed within [[aMule]], or with other appropriate tools.&lt;br /&gt;
&lt;br /&gt;
The format description below is for development information purposes.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
=== File Format ===&lt;br /&gt;
&lt;br /&gt;
This file's fields are written in [[little endian]] order.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' All digit fields are unsigned unless stated.&lt;br /&gt;
&lt;br /&gt;
*Met Header (1 Byte): With value ''Ox0E'', and is used in [[aMule]] to check for valid ''server.met'' files&lt;br /&gt;
*Server Count (4 Bytes): Lists the number of [[server]]s that follow&lt;br /&gt;
*Block of servers: Each [[server]] is constituted by the following fields:&lt;br /&gt;
**[[Server]] [[IP]] (4 Bytes): Simply that. The [[server]]'s [[IP]].&lt;br /&gt;
**[[Server]] [[Port]] (2 Bytes):  Simply that. The [[port]] through which [[aMule]] will connect to the [[server]].&lt;br /&gt;
**Tag Count (4 Bytes): Lists the number of [[server]] tags that follows.&lt;br /&gt;
**Block of Tags: Each [[server]] can have a list of associated tags with the format bellow.&lt;br /&gt;
&lt;br /&gt;
=== Tags Format ===&lt;br /&gt;
&lt;br /&gt;
==== General tags format ====&lt;br /&gt;
&lt;br /&gt;
There are two tag identifiers: A name (string) and an ID (1 Byte)&lt;br /&gt;
&lt;br /&gt;
Which one is used depends on the tag value type given or on the size of the tag name. If tag name length is ''1'', an ID is used.&lt;br /&gt;
&lt;br /&gt;
*Tag value type (1 Byte)&lt;br /&gt;
*Tag Name Length (2 Bytes)&lt;br /&gt;
*Tag Name (size given above)&lt;br /&gt;
*Tag value (size depends on [[#Tag_value_types|tag type]])&lt;br /&gt;
&lt;br /&gt;
==== Tag value types ====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Tag types&lt;br /&gt;
| '''Tag type (''Code'')'''  || '''Explanation'''&lt;br /&gt;
|-&lt;br /&gt;
| TAGTYPE_STRING (''0x02'') (*) || Defines a string tag. &lt;br /&gt;
|-&lt;br /&gt;
| TAGTYPE_UINT32 (''0x03'') || Defines a numeric tag.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''(*):''' Systems with [http://www.unicode.org Unicode] enabled have the same tag string defined twice, the first in [http://www.unicode.org Unicode], and the second in plain [http://www.asciitable.com ASCII], which will be ignored by [http://www.unicode.org Unicode] enabled [[client]]s, and used by non-[http://www.unicode.org Unicode] ones.&lt;br /&gt;
&lt;br /&gt;
==== Tag IDs ====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Tag IDs&lt;br /&gt;
| ''ID ('''code''')'' || ''Tag value type''&lt;br /&gt;
|-&lt;br /&gt;
| ST_SERVERNAME (''0x01'') || TAGTYPE_STRING&lt;br /&gt;
|-&lt;br /&gt;
| ST_DESCRIPTION (''0x0B'') || TAGTYPE_STRING&lt;br /&gt;
|-&lt;br /&gt;
| ST_PING (''0x0C'') || TAGTYPE_UINT32&lt;br /&gt;
|-&lt;br /&gt;
| ST_FAIL (''0x0D'') || TAGTYPE_UINT32&lt;br /&gt;
|-&lt;br /&gt;
| ST_PREFERENCE (''0x0E'') || TAGTYPE_UINT32&lt;br /&gt;
|-&lt;br /&gt;
| ST_DYNIP (''0x85'') || TAGTYPE_STRING&lt;br /&gt;
|-&lt;br /&gt;
| ST_MAXUSERS (''0x87'') || TAGTYPE_UINT32&lt;br /&gt;
|-&lt;br /&gt;
| ST_SOFTFILES (''0x88'') || TAGTYPE_UINT32&lt;br /&gt;
|-&lt;br /&gt;
| ST_HARDFILES (''0x89'') || TAGTYPE_UINT32&lt;br /&gt;
|-&lt;br /&gt;
| ST_LASTPING (''0x90'') || TAGTYPE_UINT32&lt;br /&gt;
|-&lt;br /&gt;
| ST_VERSION (''0x91'') || TAGTYPE_STRING / TAGTYPE_UINT32&lt;br /&gt;
|-&lt;br /&gt;
| ST_UDPFLAGS (''0x92'') || TAGTYPE_UINT32&lt;br /&gt;
|-&lt;br /&gt;
| ST_AUXPORTSLIST (''0x93'') || TAGTYPE_STRING&lt;br /&gt;
|-&lt;br /&gt;
| ST_LOWIDUSERS (''0x94'') || TAGTYPE_UINT32&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Tag Names ====&lt;br /&gt;
&lt;br /&gt;
{| border=0&lt;br /&gt;
|+ There are at the moment two tag names recognized by [[aMule]]:&lt;br /&gt;
| width=&amp;quot;100px&amp;quot; | '''Tag Name''' || '''Tag Value'''&lt;br /&gt;
|-&lt;br /&gt;
| &amp;quot;files&amp;quot; || TAGTYPE_UINT32 || Shows the number of [[file]]s registered in the [[server]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;users&amp;quot; || TAGTYPE_UINT32 || Shows the number of [[user]]s registered in the [[server]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>82.155.244.43</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Server.met_file</id>
		<title>Server.met file</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Server.met_file"/>
				<updated>2005-06-07T19:30:47Z</updated>
		
		<summary type="html">&lt;p&gt;82.155.244.43: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== File ==&lt;br /&gt;
&lt;br /&gt;
'''Name:''' ''server.met''&lt;br /&gt;
&lt;br /&gt;
'''Location:''' ''~/.aMule/''&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Binary file containing the list of [[server]]s known to [[aMule]].&lt;br /&gt;
&lt;br /&gt;
Because its in binary format, it must be changed within [[aMule]], or with other appropriate tools.&lt;br /&gt;
&lt;br /&gt;
The format description below is for development information purposes.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
This file's fields are written in [[little endian]] order.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' All digit fields are unsigned unless stated.&lt;br /&gt;
&lt;br /&gt;
*Met Header (1 Byte): With value ''Ox0E'', and is used in [[aMule]] to check for valid ''server.met'' files&lt;br /&gt;
*Server Count (4 Bytes): Lists the number of [[server]]s that follow&lt;br /&gt;
*Block of servers: Each [[server]] is constituted by the following fields:&lt;br /&gt;
**[[Server]] [[IP]] (4 Bytes): Simply that. The [[server]]'s [[IP]].&lt;br /&gt;
**[[Server]] [[Port]] (2 Bytes):  Simply that. The [[port]] through which [[aMule]] will connect to the [[server]].&lt;br /&gt;
**Tag Count (4 Bytes): Lists the number of [[server]] tags that follows.&lt;br /&gt;
**Block of Tags: Each [[server]] can have a list of associated tags with the format bellow.&lt;br /&gt;
&lt;br /&gt;
== Tags Format ==&lt;br /&gt;
&lt;br /&gt;
There are two tag identifiers: a name (string) or an ID (1 Byte)&lt;br /&gt;
&lt;br /&gt;
Which one is used depends on the tag value type given or on the size of the tag name; if tag name length = 1 , an ID is used.&lt;br /&gt;
&lt;br /&gt;
*Tag value type (1 Byte)&lt;br /&gt;
*Tag Name Length (2 Bytes)&lt;br /&gt;
*Tag Name (size given above)&lt;br /&gt;
*Tag value (size depends on tag type)&lt;br /&gt;
&lt;br /&gt;
== Tag value types ==&lt;br /&gt;
&lt;br /&gt;
*TAGTYPE_STRING (0x02) - Defines a string tag. &lt;br /&gt;
&lt;br /&gt;
IMPORTANT: systens with unicode enabled have the same tag string defined twice, the first in unicode, and the second in plain ASCII, which will be ignored by unicode enabled clients, and used by non-unicode ones.&lt;br /&gt;
&lt;br /&gt;
*TAGTYPE_UINT32 (0x03) - Defines a numeric tag.&lt;br /&gt;
&lt;br /&gt;
== Tag IDs ==&lt;br /&gt;
&lt;br /&gt;
ID (code) - tag value type&lt;br /&gt;
&lt;br /&gt;
*ST_SERVERNAME (0x01) - TAGTYPE_STRING&lt;br /&gt;
&lt;br /&gt;
*ST_DESCRIPTION (0x0B) - TAGTYPE_STRING&lt;br /&gt;
&lt;br /&gt;
*ST_PING (0x0C) - TAGTYPE_UINT32&lt;br /&gt;
&lt;br /&gt;
*ST_FAIL (0x0D) - TAGTYPE_UINT32&lt;br /&gt;
&lt;br /&gt;
*ST_PREFERENCE (0x0E) - TAGTYPE_UINT32&lt;br /&gt;
&lt;br /&gt;
*ST_DYNIP (0x85) - TAGTYPE_STRING&lt;br /&gt;
&lt;br /&gt;
*ST_MAXUSERS (0x87) - TAGTYPE_UINT32&lt;br /&gt;
&lt;br /&gt;
*ST_SOFTFILES (0x88) - TAGTYPE_UINT32&lt;br /&gt;
&lt;br /&gt;
*ST_HARDFILES (0x89) - TAGTYPE_UINT32&lt;br /&gt;
&lt;br /&gt;
*ST_LASTPING (0x90) - TAGTYPE_UINT32&lt;br /&gt;
&lt;br /&gt;
*ST_VERSION (0x91) - TAGTYPE_STRING | TAGTYPE_UINT32&lt;br /&gt;
&lt;br /&gt;
*ST_UDPFLAGS (0x92) - TAGTYPE_UINT32&lt;br /&gt;
&lt;br /&gt;
*ST_AUXPORTSLIST (0x93) - TAGTYPE_STRING&lt;br /&gt;
&lt;br /&gt;
*ST_LOWIDUSERS (0x94) - TAGTYPE_UINT32&lt;br /&gt;
&lt;br /&gt;
== Tag Names ==&lt;br /&gt;
&lt;br /&gt;
There are at the moment two tag names recognized by aMule:&lt;br /&gt;
&lt;br /&gt;
Tag Name - Tag Value&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;files&amp;quot; - TAGTYPE_UINT32 - Shows the number of files registered in the server&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;users&amp;quot; - TAGTYPE_UINT32 - Shows the number of users registered in the server&lt;/div&gt;</summary>
		<author><name>82.155.244.43</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Server.met_file</id>
		<title>Server.met file</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Server.met_file"/>
				<updated>2005-06-07T16:20:04Z</updated>
		
		<summary type="html">&lt;p&gt;82.155.244.43: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== File ==&lt;br /&gt;
&lt;br /&gt;
'''Name:''' ''Server.met''&lt;br /&gt;
&lt;br /&gt;
'''Location:''' ''~/.aMule/''&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Binary file containing the list of [[server]]s known to aMule.&lt;br /&gt;
&lt;br /&gt;
Because its in binary format, it must be changed within aMule, or with other appropriate tools.&lt;br /&gt;
&lt;br /&gt;
The format description below is for development information purposes.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
Note: all digit filds fields are unsigned unless stated.&lt;br /&gt;
&lt;br /&gt;
*Met Header (1 Byte): with value Ox0E, and is used in aMule to check for valid server.met files&lt;br /&gt;
&lt;br /&gt;
*Server Count (4 Bytes): lists the number of servers that follow&lt;br /&gt;
&lt;br /&gt;
*Block of servers: each server is constituted by the following fields&lt;br /&gt;
&lt;br /&gt;
**Server IP (4 Bytes)&lt;br /&gt;
&lt;br /&gt;
**Server Port (2 Bytes)&lt;br /&gt;
&lt;br /&gt;
**Tag Count (4 Bytes): lists the number of server tags that follow.&lt;br /&gt;
&lt;br /&gt;
**Block of Tags: each server can have a list of associated tags. Each tag as the following format:&lt;/div&gt;</summary>
		<author><name>82.155.244.43</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Server.met_file</id>
		<title>Server.met file</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Server.met_file"/>
				<updated>2005-06-07T16:18:37Z</updated>
		
		<summary type="html">&lt;p&gt;82.155.244.43: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== File ==&lt;br /&gt;
&lt;br /&gt;
'''Name:''' ''Server.met''&lt;br /&gt;
&lt;br /&gt;
'''Location:''' ''~/.aMule/''&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Binary file containing the list of [[server]]s known to aMule.&lt;br /&gt;
&lt;br /&gt;
Because its in binary format, it must be changed within aMule, or with other appropriate tools.&lt;br /&gt;
&lt;br /&gt;
The format description below is for development information purposes.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
Note: all digit filds fields are unsigned unless stated.&lt;br /&gt;
&lt;br /&gt;
*Met Header (1 Byte): with value Ox0E, and is used in aMule to check for valid server.met files&lt;br /&gt;
&lt;br /&gt;
*Server Count (4 Bytes): lists the number of servers that follow&lt;br /&gt;
&lt;br /&gt;
*Block of servers: each server is constituted by the following fields:&lt;br /&gt;
&lt;br /&gt;
**Server IP (4 Bytes)&lt;br /&gt;
&lt;br /&gt;
**Server Port (2 Bytes)&lt;br /&gt;
&lt;br /&gt;
**Tag Count (4 Bytes): lists the number of server tags that follow.&lt;br /&gt;
&lt;br /&gt;
**Block of Tags: each server can have a list of associated tags. Each tag as the following format:&lt;/div&gt;</summary>
		<author><name>82.155.244.43</name></author>	</entry>

	</feed>