Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/falahati/edidparser

EDIDParser is a library allowing all .Net developers to parse and to extract information from raw EDID binary data. (Extended Display Identification Data)
https://github.com/falahati/edidparser

binary-parser display edid monitor parse parser

Last synced: 2 months ago
JSON representation

EDIDParser is a library allowing all .Net developers to parse and to extract information from raw EDID binary data. (Extended Display Identification Data)

Awesome Lists containing this project

README

        

# EDIDParser
[![](https://img.shields.io/github/license/falahati/EDIDParser.svg?style=flat-square)](https://github.com/falahati/EDIDParser/blob/master/LICENSE)
[![](https://img.shields.io/github/commit-activity/y/falahati/EDIDParser.svg?style=flat-square)](https://github.com/falahati/EDIDParser/commits/master)
[![](https://img.shields.io/github/issues/falahati/EDIDParser.svg?style=flat-square)](https://github.com/falahati/EDIDParser/issues)

EDIDParser is a library allowing all .Net developers to parse and to extract information from raw EDID binary data. (Extended Display Identification Data)

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

To download the latest version of this library, take a look at the library's [NuGet page](https://www.nuget.org/packages/EDIDParser).

## 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&[email protected]&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
Just create an instance of the `EDID` class and browse its properties.

## Related Projects

- [**WindowsDisplayAPI**](https://github.com/falahati/WindowsDisplayAPI/): WindowsDisplayAPI is a .Net wrapper for Windows Display and Windows CCD APIs

- [**NvAPIWrapper**](https://github.com/falahati/NvAPIWrapper/): NvAPIWrapper is a .Net wrapper for NVIDIA public API, capable of managing all aspects of a display setup using NVIDIA GPUs

- [**HeliosDisplayManagement**](https://github.com/falahati/HeliosDisplayManagement/): An open source display profile management program for Windows with support for NVIDIA Surround

## License
Copyright (C) 2017-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).