mirror of
https://github.com/logos-storage/transport-over-mix.git
synced 2026-05-19 03:19:36 +00:00
README and gitignore
This commit is contained in:
parent
6601fd621a
commit
60063d8526
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
.DS_Store
|
||||
*.a
|
||||
*.o
|
||||
*.hi
|
||||
.ghc.environment*
|
||||
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
||||
Transport over Mix
|
||||
------------------
|
||||
|
||||
This is intended to become a specification and reference implementation of
|
||||
a transport abstraction layer over the [Mix Protocol](https://lip.logos.co/ift-ts/raw/mix.html).
|
||||
|
||||
The idea is to hide the packet size and other limitations of Mix behind a nice
|
||||
abstraction layer, so applications can pretend they are communicating over
|
||||
a "normal" network not unlike TCP (a very slow, and moderately reliable,
|
||||
but otherwise pretty normally behaving network).
|
||||
|
||||
Furthermore, we also take the opportunity to document both the Sphinx mix packet
|
||||
format, and SURBs (Single Use Reply Blocks).
|
||||
Loading…
x
Reference in New Issue
Block a user