You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Alex 'AdUser' Z 7392112453 * update README 7 years ago
orig + added Makefile for original project 13 years ago
src * json2torrent now understands hex: strings 9 years ago
CMakeLists.txt ^ version bump 13 years ago
COPYING + added standart project files 13 years ago
ChangeLog + updated changelog 13 years ago
README.md * update README 7 years ago
TODO + added standart project files 13 years ago

README.md

Overview

Set of programs to convert binary encoded torrent files to human readable json and back. Acts as standart unix "filter" program: reads stdin, writes to stdout.

Requirements

Installation

cmake -DCMAKE_BUILD_TYPE=Release .
make
sudo make install # optional

You may also do "out of tree" builds, like this:

mkdir .build && cd .build
cmake ..
make
sudo make install # optional

... and all changes: new files, object modules, Makefile's, and so on will be located in this dir.

For build with debugging information set CMAKE_BUILD_TYPE to "Debug".

Authors

This utilites originally written by two peoples: michail_ul and h4tr3d. If you want to contact them, look there -> http://linuxdv.org