DedSharp is a C# Library and associated tools for controlling WinWing replica F-16 ICP/DED hardware. Included with the software are two Windows programs which can be used to automatically read DED data from a running instance of Falcon BMS and display the output on the Winwing DED display.
- Grab a copy of the latest release archive and unzip anywhere on your hard drive.
- Ensure your ICP/DED is connected over USB and is visible in windows.
- Run BmsDedClientGui.exe from the extracted folder. If your hardware is set up correctly, DED data should be visible on the hardware ICP/DED once you enter 3D in BMS.
DedSharp makes use of the following tools and libraries:
- HidSharp for low-level interaction over the HID protocol.
- A very slightly modified version of Lightning's Tools (specifically F4SharedMem) by @lightningviper for reading shared memory data from Falcon BMS. The modified version of lightningstools can be found here.
This software is licensed under the MIT Software License.