Giter Site home page Giter Site logo

infiltra / rdf-sim Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ckoval7/rdf-sim

0.0 1.0 0.0 273 KB

RDF Data Simulator for Kerberos SDR

License: GNU General Public License v3.0

Python 66.90% HTML 7.77% JavaScript 17.83% Shell 0.51% PHP 3.03% CSS 3.96%

rdf-sim's Introduction

RDF Data Simulator

This project is intended to encourage the development of open source radio direction finding (RDF) mapping software. This software generates continuously updating XML files with receiver location and line of bearing (LOB) information. The format is based loosely on the KerberosSDR project.

Please note the bearing output is inverted to stay consistent with the current KerberosSDR software. To correct for this in your software, simply do 360 - DOA.

Usage:

You'll need to create a temporary file system so you're not continuously writing the same file to disk.

Option one is to create the tmpfs on the fly. This is best for short term projects.

sudo mkdir /ram && sudo mount -osize=30m tmpfs /ram -t tmpfs

Option two is to use the provided ram.mount systemd file. This will create the tmpfs anytime you reboot your computer. This option is recommened if you're hosting this on a webserver.

sudo cp ./ram.mount /etc/systemd/system/
sudo systemctl enable ram.mount
sudo systemctl start ram.mount

If you don't want to use the compass or run a web server, just run python3 run_df_sim.py. XML data can be retrieved directly from /ram/.

If you would like to use the compass feature or host this on a remote machine, use ./run.sh. This defaults to port 8080, but can be modified in the script.

Please refer to the wiki for customizing the script.

rdf-sim's People

Contributors

ckoval7 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.