I have an implementation of reliable messages in another repo, but I want to start over with a focus on streams.
18 lines
408 B
Plaintext
18 lines
408 B
Plaintext
{name,"Minimal Stream Protocol"}.
|
|
{type,app}.
|
|
{modules,[]}.
|
|
{prefix,"msp"}.
|
|
{author,"Jarvis Carroll"}.
|
|
{desc,"Reliable transport over UDP"}.
|
|
{package_id,{"otpr","msp",{0,1,0}}}.
|
|
{deps,[]}.
|
|
{key_name,none}.
|
|
{a_email,"spiveehere@gmail.com"}.
|
|
{c_email,"spiveehere@gmail.com"}.
|
|
{copyright,"Jarvis Carroll"}.
|
|
{file_exts,[]}.
|
|
{license,"MIT"}.
|
|
{repo_url,"https://git.qpq.swiss/spivee/msp"}.
|
|
{tags,[]}.
|
|
{ws_url,[]}.
|