# rip **Repository Path**: mirrors_miekg/rip ## Basic Information - **Project Name**: rip - **Description**: RIP protocol implementation in Go - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/miekg/rip.svg?branch=master)](https://travis-ci.org/miekg/rip) [![Code Coverage](https://img.shields.io/codecov/c/github/miekg/rip/master.svg)](https://codecov.io/github/miekg/rip?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/miekg/rip)](https://goreportcard.com/report/miekg/rip) [![](https://godoc.org/github.com/miekg/rip?status.svg)](https://godoc.org/github.com/miekg/rip) # RIP speaker This package implements the RIP protocol as specified in [RFC 2453](https://tools.ietf.org/html/rfc2453) in Go. Both RIP-1 and RIP-2 are supported.