From a4ce307d340b04d9163b29aad01bef13d6ff783e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ho=CC=88gborg?= Date: Fri, 17 Jul 2015 22:30:43 +0200 Subject: [PATCH] Update to readme file --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c0dfb6..437592f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # rtl-gopow Render tables from rtl_power to a nice heat map -Here is an render of rtl_power tool scanning 80-90 MHz during 2.5 hours moving in a car. ![80-90 MHz](http://i.imgur.com/knkzLXO.jpg). # Availability -Since Go is easy to cross compile, this tool can be easily distributed as a binary without any dependencies. You'll find it under Releases here on github. The following platforms are avalible as a ready to run binary file: +Since Go is easy to cross compile, this tool can be easily distributed as a binary without any dependencies. You'll find it under [Releases](https://github.com/dhogborg/rtl-gopow/releases) here on github. The following platforms are avalible as a ready to run binary file: * OS X (x64) * Linux (x64) @@ -11,6 +10,8 @@ Since Go is easy to cross compile, this tool can be easily distributed as a bina * Linux (arm7) * Windows (x64) +https://github.com/dhogborg/rtl-gopow/releases + ## Performance A render of a 600 MB csv file takes about 2 minutes on a 2,4 GHz Intel Core i5. There is still lots of room for improvement on that though. Memory usage is quite horrid. @@ -25,4 +26,7 @@ GLOBAL OPTIONS: --help, -h show help --version, -v print the version - ``` \ No newline at end of file +``` + +## Demo +Here is an render of rtl_power tool scanning 80-90 MHz during 2.5 hours moving in a car. ![80-90 MHz](http://i.imgur.com/knkzLXO.jpg). \ No newline at end of file