EmBencode
Implementation of the Bencode serialisation format for embedded microcontrollers.
 All Classes Files Functions Pages
EmBencode.h File Reference

Embedded bencode support, header definitions. More...

#include <stdint.h>
#include <stdlib.h>
#include <string.h>

Go to the source code of this file.

Classes

class  EmBencode
 Encoder class to generate Bencode on the fly (no buffer storage needed). More...
 
class  EmBdecode
 Decoder class, needs an external buffer to collect the incoming data. More...
 
class  EmBenPack
 

Detailed Description

Embedded bencode support, header definitions.