About: Bencode     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:WikicatDataSerializationFormats, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FBencode

Bencode (pronounced like Bee-encode) is the encoding used by the peer-to-peer file sharing system BitTorrent for storing and transmitting loosely structured data. It supports four different types of values: * byte strings, * integers, * lists, and * dictionaries (associative arrays). Bencoding is most commonly used in torrent files, and as such is part of the BitTorrent specification. These metadata files are simply bencoded dictionaries.

AttributesValues
rdf:type
rdfs:label
  • Bencode (de)
  • Bencode (en)
  • Bencode (fr)
  • Bencode (pl)
  • Bencode (ru)
  • Bencode (zh)
rdfs:comment
  • Bencode — формат, используемый p2p-системой распространения файлов BitTorrent для хранения и передачи свободно структурированных данных. Включает четыре типа данных: * строка байтов, * целое число, * список (массив), * словарь (ассоциативный массив). Bencode используется в файлах .torrent, которые представляют собой словарь в формате Bencode. (ru)
  • Bencode - kodowanie używane w plikach systemu komunikacji BitTorrent (P2P) do przetrzymywania i transmitowania danych nieposiadających jasno zdefiniowanej struktury. Wspierane są cztery typy danych: * tekstowy typ danych, * liczby całkowite, * listy, oraz * tablice asocjacyjne. (pl)
  • Bencode(發音為Bee-Encode)是BitTorrent用在傳輸資料結構的編碼方式。這種編碼方式支援四種資料型態: * 字符串 * 整數 * 串列 * 字典表 Bencode最常被用在.torrent檔中,檔案裡的元數據都是被Bencode编码过的字典表。这种编码方法也被tracker返回响应时使用。 虽然比用纯二进制编码效率低,但Bencode结构简单而且不受字节存储顺序影响(所有数字以十进制编码),这对于跨平台性非常重要。并且,Bencode具有较好的灵活性,即使存在故障的字典键,只要将其忽略并更换新的就能兼容补充。 (zh)
  • Bencode (pronounced like Bee-encode) is the encoding used by the peer-to-peer file sharing system BitTorrent for storing and transmitting loosely structured data. It supports four different types of values: * byte strings, * integers, * lists, and * dictionaries (associative arrays). Bencoding is most commonly used in torrent files, and as such is part of the BitTorrent specification. These metadata files are simply bencoded dictionaries. (en)
  • Bencode ist ein Datenformat. Es wird durch das Filesharing-Protokoll BitTorrent verwendet, um Daten zu speichern und auszutauschen. Das Format unterstützt vier Datentypen. * Ganze Zahlen. * Zeichenketten variabler Länge. * Listen. * Assoziative Listen. Bencode wird unter anderem in .torrent-Dateien verwendet. Der BitTorrent-Standard spezifiziert dazu, dass diese Dateien, in der Spezifikation auch MetaInfo-Dateien genannt, bencodete assoziative Listen sein sollen. (de)
  • Bencode (prononcé à l'anglaise « B encode ») est un encodage utilisé par le système de partage de fichier pair à pair BitTorrent pour stocker et transmettre des données structurées. Il supporte quatre différentes types de valeurs : * Chaîne de caractères ; * entiers ; * listes ; * et dictionnaires (tableau associatif). Le bencoding est couramment utilisé pour les fichiers torrent. Ces fichiers de métadonnées sont de simples dictionnaires Bencode. (fr)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
has abstract
  • Bencode ist ein Datenformat. Es wird durch das Filesharing-Protokoll BitTorrent verwendet, um Daten zu speichern und auszutauschen. Das Format unterstützt vier Datentypen. * Ganze Zahlen. * Zeichenketten variabler Länge. * Listen. * Assoziative Listen. Bencode wird unter anderem in .torrent-Dateien verwendet. Der BitTorrent-Standard spezifiziert dazu, dass diese Dateien, in der Spezifikation auch MetaInfo-Dateien genannt, bencodete assoziative Listen sein sollen. Da es ein relativ simpel gehaltener Algorithmus ist, kann Bencode sehr leicht implementiert und geparst werden. Außerdem ist es immun gegen einige Probleme, die binäre Formate oft betreffen. So ist zum Beispiel die Byte-Reihenfolge irrelevant. (de)
  • Bencode (pronounced like Bee-encode) is the encoding used by the peer-to-peer file sharing system BitTorrent for storing and transmitting loosely structured data. It supports four different types of values: * byte strings, * integers, * lists, and * dictionaries (associative arrays). Bencoding is most commonly used in torrent files, and as such is part of the BitTorrent specification. These metadata files are simply bencoded dictionaries. Bencoding is simple and (because numbers are encoded as text in decimal notation) is unaffected by endianness, which is important for a cross-platform application like BitTorrent. It is also fairly flexible, as long as applications ignore unexpected dictionary keys, so that new ones can be added without creating incompatibilities. (en)
  • Bencode (prononcé à l'anglaise « B encode ») est un encodage utilisé par le système de partage de fichier pair à pair BitTorrent pour stocker et transmettre des données structurées. Il supporte quatre différentes types de valeurs : * Chaîne de caractères ; * entiers ; * listes ; * et dictionnaires (tableau associatif). Le bencoding est couramment utilisé pour les fichiers torrent. Ces fichiers de métadonnées sont de simples dictionnaires Bencode. Avec une efficacité moindre par rapport à un encodage binaire pur, l'encodage via Bencode est simple et (car les nombres sont encodés comme du texte) n'est pas affecté par l' "endianness", ce qui est important pour un programme multiplate-forme comme BitTorrent. Il est aussi très flexible, tant que les applications ignorent les clés du dictionnaire, pour pouvoir continuer à interpréter la suite sans créer d'incompatibilités. (fr)
  • Bencode — формат, используемый p2p-системой распространения файлов BitTorrent для хранения и передачи свободно структурированных данных. Включает четыре типа данных: * строка байтов, * целое число, * список (массив), * словарь (ассоциативный массив). Bencode используется в файлах .torrent, которые представляют собой словарь в формате Bencode. (ru)
  • Bencode - kodowanie używane w plikach systemu komunikacji BitTorrent (P2P) do przetrzymywania i transmitowania danych nieposiadających jasno zdefiniowanej struktury. Wspierane są cztery typy danych: * tekstowy typ danych, * liczby całkowite, * listy, oraz * tablice asocjacyjne. (pl)
  • Bencode(發音為Bee-Encode)是BitTorrent用在傳輸資料結構的編碼方式。這種編碼方式支援四種資料型態: * 字符串 * 整數 * 串列 * 字典表 Bencode最常被用在.torrent檔中,檔案裡的元數據都是被Bencode编码过的字典表。这种编码方法也被tracker返回响应时使用。 虽然比用纯二进制编码效率低,但Bencode结构简单而且不受字节存储顺序影响(所有数字以十进制编码),这对于跨平台性非常重要。并且,Bencode具有较好的灵活性,即使存在故障的字典键,只要将其忽略并更换新的就能兼容补充。 (zh)
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage redirect of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (62 GB total memory, 48 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software