c-multiaddr/STATUS

22 lines
994 B
Text
Raw Normal View History

2016-11-02 16:27:58 +00:00
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.
2016-11-06 02:13:50 +00:00
-Finished: Multiaddr.h
2016-11-02 16:27:58 +00:00
(The actual thing that makes everything simple, encapsulating different protocols easily for lower
internet consumption and higher overall efficiency.) (Basically simulating classes from other languages for easy development)
2016-11-06 02:13:50 +00:00
-Almost finished: protoutils.h
2016-11-02 16:27:58 +00:00
2016-11-06 02:13:50 +00:00
Halted & Under investigation:
====================================
-Varhexutils: Memory Error analysis
-Protoutils : Memory Error analysis
====================================
I'd apreciate some help on this one!
2016-11-02 16:27:58 +00:00
2016-11-06 02:13:50 +00:00
Things that need to be implemented:
Protocols, everything except IP4,TCP,UDP,IPFS.