# parodus2snmp **Repository Path**: mirrors_xmidt-org/parodus2snmp ## Basic Information - **Project Name**: parodus2snmp - **Description**: Xmidt-to-SNMP bridge - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # parodus2snmp XMiDT Parodus-to-SNMP bridge [![Build Status](https://travis-ci.org/Comcast/parodus2snmp.svg?branch=master)](https://travis-ci.org/Comcast/parodus2snmp) [![codecov.io](http://codecov.io/github/Comcast/parodus2snmp/coverage.svg?branch=master)](http://codecov.io/github/Comcast/parodus2snmp?branch=master) [![Coverity](https://img.shields.io/coverity/scan/9155.svg)]("https://scan.coverity.com/projects/comcast-parodus2snmp) [![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/Comcast/parodus2snmp/blob/master/LICENSE.txt) # Building and Testing Instructions ``` mkdir build cd build cmake .. make make test ``` # Coding Formatter Settings Please format pull requests using the following command to keep the style consistent. ``` astyle -A10 -S -f -U -p -D -c -xC90 -xL ```