INSTALL 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. ========================
  2. Border Check v0.2 - 2015
  3. ========================
  4. Border Check (BC) is a browser extension that illustrates the physical and political realities of the internet's infrastructure using free software tools.
  5. As one surfs the net, data packets are sent from the user's computer to the target server. These data packets go on a journey hopping from server to server, potentially crossing multiple countries, until the packets reach the desired website. In each of the countries that are passed different laws and practices can apply to the data, influencing whether or not authorities can inspect, store or modify that data.
  6. In realtime BC lets you know which countries you surf through as you browse the web. Additionally BC will illustrate this process on a world map and (where available) provide you with contextualizing information on that country's laws and practices regarding your data.
  7. ==========================
  8. INSTALL:
  9. ===================
  10. BC runs on OSx and Unix systems. It requires the following libraries/dependencies:
  11. ===================
  12. + Python:
  13. ===================
  14. - python-geoip - Python bindings for the GeoIP IP-to-country resolver library
  15. https://pypi.python.org/pypi/pygeoip/0.2.7
  16. - python-lxml - pythonic binding for the libxml2 and libxslt libraries
  17. https://pypi.python.org/pypi/lxml/3.2.3
  18. * On Debian-based systems (ex: Ubuntu), first run:
  19. sudo apt-get install python-pip
  20. and then run:
  21. pip install lxml
  22. pip install pygeoip
  23. - biplist:
  24. https://pypi.python.org/pypi/biplist/0.5
  25. ===================
  26. + Javascript:
  27. ===================
  28. - leaflet.js
  29. http://leafletjs.com
  30. - leaflet.markercluster.js
  31. https://github.com/Leaflet/Leaflet.markercluster
  32. - jquery.js
  33. http://www.jquery.com
  34. - rlayer.js
  35. http://dynmeth.github.io/RaphaelLayer/
  36. - raphael.js
  37. http://raphaeljs.com/
  38. - favicon.js
  39. https://gist.github.com/mathiasbynens/428626
  40. ===================
  41. + LFT:
  42. ===================
  43. - LFT 3.35 (tracerouter)
  44. http://pwhois.org/lft/
  45. ===================
  46. + Databases:
  47. ===================
  48. - Maxmind GeoIPLite and GeoIPASNum:
  49. http://dev.maxmind.com/geoip/legacy/geolite/
  50. ===================
  51. Please report any problems you encounter using/installing Border Check to:
  52. - Roel Roscam Abbing (rscmbbng@riseup.net)
  53. - psy (epsylon@riseup.net)
  54. =========