Giter VIP home page Giter VIP logo

rripeatlas's Introduction

R RIPE Atlas

Query RIPE Atlas data from R!

Install

You'll need some C libraries. I think this works on Debian. :

sudo apt-get install libxml2-dev curl

Then install the R package. :

wget https://github.com/tlevine/rripe-atlas/archive/master.tar.gz
R CMD INSTALL master.tar.gz

Use

Import it. :

library(rripeatlas)

Get a bunch of measurements from https://atlas.ripe.net/api/v1/measurement/. :

get.measurement()

Get one measurement, like from https://atlas.ripe.net/api/v1/measurement/1001/. :

get.measurement(1001)

Get a result, like from https://atlas.ripe.net/api/v1/measurement/1001/result/. :

# Not yet implemented because I'm waiting for the result to download!
# get.result(1001)

The interface is quite basic at the moment; tell me if there's a particular option/feature you need.

Other things

This is the main thing that I figured could be accessed from R. https://atlas.ripe.net/measurements/

It might be worth looking at Sagan. https://atlas.ripe.net/docs/sagan/

rripeatlas's People

Contributors

tlevine avatar

Stargazers

Vinayak Hegde avatar

Watchers

Vinayak Hegde avatar James Cloos avatar  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.