From 53cca39ed5da8e8aa33d6df975a0738cd1c9dc9b Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 29 Apr 2014 23:04:01 +0200 Subject: [PATCH] Link MalcolmRobb from README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8a9f752..89314cb 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,11 @@ The main features are: * TCP server streaming and recceiving raw data to/from connected clients (using --net). +While from time to time I still add / fix stuff in my fork, I target +minimalism of the implementation. However there is a +[much more feature complete fork](https://github.com/MalcolmRobb/dump1090) +available, developed by MalcolmRobb. + Installation ---