An open API service indexing awesome lists of open source software.

https://github.com/falahati/pciidentificationresolver

PCI Identification Resolver is a library containing the list of known PCI vendors, devices and other related information for .Net
https://github.com/falahati/pciidentificationresolver

device-detection devicetools pci pci-devices pci-id pcie

Last synced: 11 months ago
JSON representation

PCI Identification Resolver is a library containing the list of known PCI vendors, devices and other related information for .Net

Awesome Lists containing this project

README

          

# PCI Identification Resolver (A pci.ids Parser)
[![](https://img.shields.io/github/license/falahati/PCIIdentificationResolver.svg?style=flat-square)](https://github.com/falahati/WindowsFirewallHelper/blob/master/LICENSE)
[![](https://img.shields.io/github/commit-activity/y/falahati/PCIIdentificationResolver.svg?style=flat-square)](https://github.com/falahati/WindowsFirewallHelper/commits/master)
[![](https://img.shields.io/github/issues/falahati/PCIIdentificationResolver.svg?style=flat-square)](https://github.com/falahati/WindowsFirewallHelper/issues)

PCI Identification Resolver is a library containing the list of known PCI vendors, devices and other related information for .Net

## How to get
[![](https://img.shields.io/nuget/dt/PCIIdentificationResolver.svg?style=flat-square)](https://www.nuget.org/packages/PCIIdentificationResolver)
[![](https://img.shields.io/nuget/v/PCIIdentificationResolver.svg?style=flat-square)](https://www.nuget.org/packages/PCIIdentificationResolver)

This library is available as a NuGet package at [nuget.org](https://www.nuget.org/packages/PCIIdentificationResolver/).

## Help me fund my own Death Star

[![](https://img.shields.io/badge/crypto-CoinPayments-8a00a3.svg?style=flat-square)](https://www.coinpayments.net/index.php?cmd=_donate&reset=1&merchant=820707aded07845511b841f9c4c335cd&item_name=Donate&currency=USD&amountf=20.00000000&allow_amount=1&want_shipping=0&allow_extra=1)
[![](https://img.shields.io/badge/shetab-ZarinPal-8a00a3.svg?style=flat-square)](https://zarinp.al/@falahati)
[![](https://img.shields.io/badge/usd-Paypal-8a00a3.svg?style=flat-square)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ramin.graphix@gmail.com&lc=US&item_name=Donate&no_note=0&cn=&curency_code=USD&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted)

**--OR--**

You can always donate your time by contributing to the project or by introducing it to others.

## How to use
Starting point of this library is the `PCIIdentificationDatabase` static class.

## License
Copyright (C) 2019-2020 Soroush Falahati

This project is licensed under the GNU Lesser General Public License ("LGPL") and therefore can be used in closed source or commercial projects.
However, any commit or change to the main code must be public and there should be a read me file along with the DLL clarifying the license and its terms as part of your project as well as a hyperlink to this repository. [Read more about LGPL](LICENSE).