Live data from Hacker News

Show HN: BGP Scout – BGP Network Browser

bgpscout.io

11–14 of 14 posts

Re: Show HN: BGP Scout – BGP Network Browser

#13
post #8

I'd advise to first compare with: - https://bgp.tools/ - https://bgproutes.io/ - https://bgp.he.net/ - https://radar.qrator.net/ - https://github.com/nttgin/BGPalerter ...all of which are (usually) free. IMHO you should have a competing product + money strategy before you continue. Many people have tried (and failed) to make money off BGP. BTW, author of https://bgpipe.org/ here, an open-source BGP data tool

Awesome - exactly the feedback I was looking for. Thanks a lot!

Re: Show HN: BGP Scout – BGP Network Browser

#14
post #8

I'd advise to first compare with: - https://bgp.tools/ - https://bgproutes.io/ - https://bgp.he.net/ - https://radar.qrator.net/ - https://github.com/nttgin/BGPalerter ...all of which are (usually) free. IMHO you should have a competing product + money strategy before you continue. Many people have tried (and failed) to make money off BGP. BTW, author of https://bgpipe.org/ here, an open-source BGP data tool

Just out of curiosity, why did you use Go for bgpipe and Python?

One reason is there already was exabgp, written in Python, which in my experience is slow and resource hungry. Golang is much faster, easily portable, and produces static binaries (easy to deploy).

Another thing is bgpipe speaks JSON to background (or even remote) packet processors, so basically you can use whatever language you want with it to drive your BGP routers.

Post reply on HN