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.
 
 
 
 
Jørgen Lien Sellæg 304fe0f672 Add more tests and fix accepted bug 10 years ago
..
docs bugfix: exclude non-source files from documentation generation 10 years ago
include Add more tests and fix accepted bug 10 years ago
lib feature: add required third-party libraries to repository 10 years ago
share feature: add cmake module to vsc 10 years ago
src More clean up of old imp 10 years ago
tests Add more tests and fix accepted bug 10 years ago
.gitignore bugfix: also hide html generated by doxygen 10 years ago
CMakeLists.txt torrents resources should now be available 10 years ago
README.md feature: add doxygen configuration 10 years ago

README.md

toREST

A restful http server for managing torrents.

About

toREST is written in modern C++14 and can be used with any http client for managing torrents. A React client called lay is also under development. There are also plans for a chrome extension in which integrates downloading of torrents with for instance The Pirate Bay.

Introduction

See tests for progress.

Documentation

Using the following syntax with comments to get doxygen comments:

/*! this will show up when hovering functions etc. */

/*! \brief this will show up when hovering
  This will only show up in doxygen
*/

/// this will show up when hovering functions etc.