radb : Tools to Query the 'Merit' 'RADb' Network Route Server

The RADB whois server provides information collected from all the registries that form part of the Internet Routing Registry. These collected registries provide information on most of the networks and ASs routed in the Internet today.

The following functions are implemented:

Installation

devtools::install_github("hrbrmstr/radb")
options(width=120)

Usage

library(radb)

# current verison
packageVersion("radb")

radb_open() %>% 
  radb_routes_by_origin("5650") %>% 
  radb_route_set("as-google") %>% 
  radb_route_set("as-google", TRUE) %>% 
  radb_route_set("AS-MEEBO") %>% 
  radb_match("mntner", "maint-as237") %>% 
  radb_route_search("108.0.0.0/16", "l") %>% 
  radb_route_search("198.93.34.0/24", "l") %>% 
  radb_close() -> rdb

print(rdb)


hrbrmstr/radb documentation built on May 17, 2019, 5:12 p.m.