Rowe Technologies Inc. shared code for all the Pulse software displays. This will include the plotting libraries. Oxyplot is heavly used for the plotting.
These folders contain all the View (UI elements) and ViewModels (Logic). This is where the views are created and interact.
Contains all the data used in the ViewModels.
Start with AdcpConnection.cs for communicating with the ADCP and handling the data.
PulseManager.cs stores the state of the application.
All the different plot types are located here.
Utility functions used throughout the software.