Skip to content
/ pycbg Public

Constraint Based Geolocation (CBG) python implementation.

License

Notifications You must be signed in to change notification settings

akshah/pycbg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycbg

Python implementation to geolocate IP addresses using SoL constraints.

Uses ping measurements from RIPE Atlas as input.

Example:

cbgObj=cbg()
inputConstraints=cbgObj.getInputConstraints(json.load(open('data/4514096.json','r')))
cityDict=cbgObj.getCities(inputConstraints)

About

Constraint Based Geolocation (CBG) python implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages