From 2cc0a0b4c6f7206a969201f636e896f972305008 Mon Sep 17 00:00:00 2001 From: xethyrion Date: Sun, 30 Oct 2016 11:13:24 +0200 Subject: [PATCH] Create STATUS Current status of project --- STATUS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 STATUS diff --git a/STATUS b/STATUS new file mode 100644 index 0000000..9ffb6bd --- /dev/null +++ b/STATUS @@ -0,0 +1,20 @@ +Work status: + +1) varhexutils: Done + -Collection of utilities for easy conversions in C +2) varint.h/varint/c: Done + -Varint Encoded bytes convertor +3) protocols.h: Mostly done, not sure if anything else is needed yet. + -Protocol Structure Library needed for multiaddr. +4) protocols.c: Example of how they work so far. + +5) proto-dat: Simple file to store our protocols. + +Todo: +--Work on overall compatibility +--More testing +--Make functions simpler +! Find working base58/base64 converters +1) utils.h +2) codecs.h +3) multiaddr.h