Coder Social home page Coder Social logo

rtl-gopow's Introduction

rtl-gopow

Render tables from rtl_power to a nice heat map. Faster and easier to use than other tools, gopow does not require a scripting enviroment, dependencies or development enviroment to run. Just download the binary and execute. At the same time gopow offers 2-3.6 times the performance compared to script based tools, depending on input file.

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:

  • OS X (x64)
  • Linux (x64)
  • Linux (arm5)
  • Linux (arm7)
  • Windows (x64)

https://github.com/dhogborg/rtl-gopow/releases

Building

(only needed if making changes to the source, otherwise you can download a release binary)

Install tooling

make setup will install go-bindata which is needed to build the resources. Make sure $GOPATH/bin is in your $PATH so your shell can find the tool.

Make resources

make resources will compile rtl-gopow/resources/ to rtl-gopow/internal/resources/resources.go. This file is disposable and will re-generate on every build.

Make build

Every platform has it's own make command.

  • make build_darwin
  • make build_linux
  • make build_arm5
  • make build_arm7
  • make build_win

All commands will compile a binary to rtl-gopow/build/gopow[.exe] and create a distributable zip file. For more info on cross compilation see this document.

make all will build all platforms and create zip files in rtl-gopow/build/ and then remove the executable files.

go build/run

Before runnning go build *.go or go run *.go make sure the resources has been generated by make resources.

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.

Compared to script based tools gopow will run more than 2x faster for smaller files, and more than 3x faster for bigger files.

Options

GLOBAL OPTIONS:
   --input, -i      CSV input file generated by rtl_power [required]
   --output, -o     Output file, default same as input file with new extension
   --format, -f 'png'   Output file format, default png [png,jpeg]
   --verbose        Enable more verbose output
   --no-annotations Disabled annotations such as time and frequency scales
   --help, -h       show help
   --version, -v    print the version

Demo

Here is an render of rtl_power tool scanning 80-90 MHz during 2.5 hours moving in a car. 80-90 MHz.

rtl-gopow's People

Contributors

dhogborg avatar j2ghz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.