Update README.md

master
xethyrion 2016-11-10 10:18:36 +02:00 committed by GitHub
parent 4cddac37a3
commit 6f14f96982
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ multiaddr for IPFS in C.
### Multiaddr provides easy networking protocols nesting, easy encapsulation of extra protocols, easy tunneling, etc.
# Usage:
# All you need to include is multiaddr.h
## Maddr struct:
char string[]; // String that contains addresses such as /ip4/192.168.1.1/
uint8_t bytes; //String that contains the enecoded address