summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 15:08:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 15:08:02 +0000
commit8d76eb12d5223d0fc3ea65d8d97f1feda2fcc340 (patch)
tree0fd0dd005a08843d538923c1a31d968a417dc4bf /README.md
parentInitial commit. (diff)
downloadtinyframe-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.md8
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!