Coder Social home page Coder Social logo

selena1 / ionospheric-ray-tracer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rvangijlswijk/ionospheric-ray-tracer

1.0 0.0 0.0 1008 KB

Simulate the behavior of radio waves in planetary ionospheres by applying a ray tracing method

License: MIT License

C++ 99.07% C 0.11% MATLAB 0.73% Makefile 0.09%

ionospheric-ray-tracer's Introduction

ionospheric-ray-tracer

Simulate the behavior of radio waves in planetary ionospheres by applying a ray tracing method

Quickstart

Run the main application in src/core/main.cpp to start the simulation.

prerequisites

This project makes use of the google test library gtest as well as the multithreading lib boost/thread. Gtest is included in the source but it is required to have boost/thread installed locally. See for more information on the boost libraries: boost getting started

Installation

The following section treats how to prepare your system for this package if you want to compile it from source.

Linux (Ubuntu 14.04)

  1. Install git if you haven't already:
sudo apt-get install git
  1. Ensure that the required build packages and libraries are installed. The minimum required gcc is gcc 4.9.
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential g++ gcc python-dev autotools-dev libicu-dev build-essential libbz2-dev libstdc++

Install the boost libraries. The minimum required version is libboost-1.55.

sudo aptitude install libboost-all-dev

The next step is to download and compile the json library. Note that the version number of gcc might vary on your system. In the example below I used gcc-4.9.2:

sudo apt-get install scons
git clone https://github.com/open-source-parsers/jsoncpp.git
cd ~/jsoncpp
scons platform=linux-gcc
sudo cp libs/linux-gcc-4.9.2/libjson_linux-gcc-4.9.2_libmt.so /usr/lib

ionospheric-ray-tracer's People

Contributors

rvangijlswijk avatar

Stargazers

 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.