saeschdivara / CHeaplessBencodeReader

A Bencode reader library that doesn't use the heap. Written in C with a BSD license

Home Page:willemthiart.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CHeaplessBencodeReader

https://travis-ci.org/willemt/CHeaplessBencodeReader.png

What?

A bencode reader that doesn't use the heap (ie. malloc/free).

Written in C with a BSD license.

How does it work?

To see the module in action check out:

  • Unit tests within test_bencode.c
  • github.com:willemt/CTorrentFileReader
  • github.com:willemt/CBTTrackerClient

Building

$make

About

A Bencode reader library that doesn't use the heap. Written in C with a BSD license

willemthiart.com