ruby and bgp
| September 29th, 2009well, somebody has made a very limited implementation of bgp in the ruby programming language, and it available here http://github.com/mc/rubybgp . it would be fun to read and learn again BGP from totally different point of view, i know a little bit of ruby, just enough to make small network monitoring scripts along with bash. so i guess i can start learning a little bit more by reading and trying to make sense of the rubybgp code, there is also another project here http://rubyforge.org/projects/bgp4r/ which i intend to pick apart too.
Oh how i wish i had more time.