Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
postables committed Aug 3, 2020
1 parent cf6d2cf commit 9a3ca4f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,17 @@ A libp2p-like protocol written in C with first class support for embedded system
* multibase
* supports base16, base32, base64

## peerstore

* Adds a peerstore to contain public key and peer identifier information
* Eventually will contain addressing information

## networking

* TCP/UDP socket server capable of leverage multiple threads
* TCP socket server
* UDP has been tabled until we get a stable implementation of TCP
* Uses the multiaddress standard as the method of addressing other hosts
* Allows specifying two separate execution handlers whenever a new TCP/UDP connection is received
* Allows specifying two separate execution handlers whenever a new TCP connection is received
* todo:
* enable secure connections
* enable using peerIds
Expand Down
10 changes: 8 additions & 2 deletions docs/front_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,17 @@ A libp2p-like protocol written in C with first class support for embedded system
* multibase
* supports base16, base32, base64

## peerstore

* Adds a peerstore to contain public key and peer identifier information
* Eventually will contain addressing information

## networking

* TCP/UDP socket server capable of leverage multiple threads
* TCP socket server
* UDP has been tabled until we get a stable implementation of TCP
* Uses the multiaddress standard as the method of addressing other hosts
* Allows specifying two separate execution handlers whenever a new TCP/UDP connection is received
* Allows specifying two separate execution handlers whenever a new TCP connection is received
* todo:
* enable secure connections
* enable using peerIds
Expand Down

0 comments on commit 9a3ca4f

Please sign in to comment.