diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-14 15:08:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-14 15:08:02 +0000 |
commit | 8d76eb12d5223d0fc3ea65d8d97f1feda2fcc340 (patch) | |
tree | 0fd0dd005a08843d538923c1a31d968a417dc4bf /README.md | |
parent | Initial commit. (diff) | |
download | tinyframe-8d76eb12d5223d0fc3ea65d8d97f1feda2fcc340.tar.xz tinyframe-8d76eb12d5223d0fc3ea65d8d97f1feda2fcc340.zip |
Adding upstream version 0.1.1.upstream/0.1.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d81136d --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Minimalistic Frame Streams library + +[![Build Status](https://travis-ci.com/DNS-OARC/tinyframe.svg?branch=develop)](https://travis-ci.com/DNS-OARC/tinyframe) [![Total alerts](https://img.shields.io/lgtm/alerts/g/DNS-OARC/tinyframe.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/DNS-OARC/tinyframe/alerts/) [![Bugs](https://sonarcloud.io/api/project_badges/measure?project=dns-oarc%3Atinyframe&metric=bugs)](https://sonarcloud.io/dashboard?id=dns-oarc%3Atinyframe) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=dns-oarc%3Atinyframe&metric=security_rating)](https://sonarcloud.io/dashboard?id=dns-oarc%3Atinyframe) + +`tinyframe` is a minimalistic library for reading and writing the +[Frame Streams](https://github.com/farsightsec/fstrm) protocol. + +Currently Work in Progress! |