From 877d71acaa603dc6d3227a214c8447d8ba6b5e59 Mon Sep 17 00:00:00 2001 From: xethyrion Date: Thu, 10 Nov 2016 13:19:34 +0200 Subject: [PATCH] Update and rename STATUS to STATUS.md --- STATUS | 11 ----------- STATUS.md | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 11 deletions(-) delete mode 100644 STATUS create mode 100644 STATUS.md diff --git a/STATUS b/STATUS deleted file mode 100644 index 4b26323..0000000 --- a/STATUS +++ /dev/null @@ -1,11 +0,0 @@ -STATUS: -Compatibility: Windows/Mac/Linux/Openbsd based systems (probably more) --Finished Base58.h Encryption/Decryption Algorhytm --Finished Endian.h Library for automating compiling for Linux/Mac/Windows --Finished Varhexutils - Different conversion algorhytms between bytes and strings etc. --Finsihed Varint.h - Conversion from Hex --Finished Protocols.h - Library for loading protocols & manipulating them easily. --Finished: Multiaddr.h (easy library for developers) --Finished: Protoutils.h Converting from string to hex/binary, analizing strings/bin for validity,parsing ipv4,etc. -Things that need to be implemented: -Protocols, everything except IP4,TCP,UDP,IPFS. diff --git a/STATUS.md b/STATUS.md new file mode 100644 index 0000000..1745e46 --- /dev/null +++ b/STATUS.md @@ -0,0 +1,15 @@ +# STATUS: +* Compatibility: Windows/Mac/Linux/Openbsd based systems (probably more) +* -Finished Base58.h Encryption/Decryption Algorhytm +* -Finished Endian.h Library for automating compiling for Linux/Mac/Windows +* -Finished Varhexutils - Different conversion algorhytms between bytes and strings etc. +* -Finsihed Varint.h - Conversion from Hex +* -Finished Protocols.h - Library for loading protocols & manipulating them easily. +* -Finished: Multiaddr.h (easy library for developers) +* -Finished: Protoutils.h Converting from string to hex/binary, analizing strings/bin for validity,parsing ipv4,etc. +* -Finished: Readme - Documentation on how to use everything so any new developer can easily use all of this +# Secondary things that might need to be implemented: +* Protocols, everything except IP4,TCP,UDP,IPFS - These we actually need. +* Few issues that are not urgent: + - Decapsulation of tunneled protocols doesn't work, this will be fixed if needed in multiaddr.h/m_decapsulate + - Endianness Check - protoutils.h/in protocols UDP,TCP