Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/falahati/edidparser
- Owner: falahati
- License: lgpl-3.0
- Created: 2017-05-04T21:17:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T14:30:09.000Z (over 2 years ago)
- Last Synced: 2024-04-14T02:56:56.850Z (10 months ago)
- Topics: binary-parser, display, edid, monitor, parse, parser
- Language: C#
- Size: 69.3 KB
- Stars: 33
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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¤cy=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 FalahatiThis 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).