diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-03-24 14:35:54 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-03-24 14:44:27 +0100 |
commit | ef4a22ffac7b9dfd95e836e9c8152310365fec32 (patch) | |
tree | 2d0f002cc8d52d65eaf3b2a8f8049bb72da4547a /schema | |
parent | 1ab6b9e042060fab28be84f72af6df655d933f1d (diff) |
Updated README.md
* added examples/README.md and schema/README.md
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schema/README.md b/schema/README.md new file mode 100644 index 000000000..186dc4ddf --- /dev/null +++ b/schema/README.md @@ -0,0 +1,5 @@ +# schema + +All schema's placed in here are nDPId exclusive, meaning that they are not necessarily representing a "real-world" JSON string received by e.g. `./example/py-json-stdout`. +This is due to the fact that libnDPI itself add's some JSON information to the serializer of which we have no control over. +IMHO it makes no sense to include stuff here that is part of libnDPI. |