From 2cd8460180929c5eefdf7b339967ed32fbc1d087 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 24 Feb 2015 19:53:21 +0100 Subject: [PATCH] little readme addition --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f74330..92368a8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ How to add a new protocol ---- - Clone. -- Install ruby+[kwalify](http://www.kuwata-lab.com/kwalify/). +- Install ruby+[kwalify](http://www.kuwata-lab.com/kwalify/) (gem install kwalify). - Check structure-schema.yml. - Write protocol file in ./protocols/osi[layer]/[protocolname].yml. - Validate structure with 'kwalify -lf structure-schema.yml [path/to/protocolname].yml' or validate all at once with 'kwalify -lf structure-schema.yml ./protocols/osi*/*.yml'. @@ -31,8 +31,8 @@ How to use this dictionary Currently not recommended, because the project lacks deeper tests than just schema validation. ;) - Clone. -- Get a YAML library for your program language. +- Get a YAML library for your program language. Or get a converter for JSON or XML, to use these markup languages. - Load desired protocol files, or all of them. - Use resulting data structures to build protocol packet structures. -This repository will provide examples or useable code snippets for specific programming languages in the future... \ No newline at end of file +This repository will provide examples or useable code snippets for specific programming languages in the future...