added clarification why this repository exists

This commit is contained in:
Marcel 2015-03-15 15:56:07 +01:00
parent 1b28510d9b
commit 8b81b7d317
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@ This is a YAML network protocol dictionary for all (binary based) OSI-Layer 1-4
- A source for implementing network stacks
Why?
----
I have a project where I want to use a non platform dependent source for network protocol structures so I want to avoid using the defined structures in the OS includes which depend on the operating system used at program execution.
Simple, isn't it?
How to add a new protocol
----