A WPF-based desktop application that kind of like task manager offering real-time tracking of processes, network traffic, process trees, remote IP connections, packet dissection, and more. The application is designed using the MVVM (Model-View-ViewModel) architecture, ensuring clean code separation and easy mastertainability.
- Mutliple data providers.
- Charting and reporting.
- Internal web browser, Baby, with queries optimized for searching .gov domasters.
- Pre-defined schema for moret than 100 environmental data models.
- Editors for SQLite, SQL Compact Edition, MS Access, SQL Server Express.
- SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine.
- SQL CE is a discontinued but still useful relational database produced by Microsoft for applications that run on mobile devices and desktops.
- You need VC++ 2019 Runtime 32-bit and 64-bit versions
- You will need .NET 6.
- Chubby supports AnyCPU as well as x86/x64 specific builds
- Data - master data layer with associated controls and related functionality.
- Enumerations - various enumerations used in Chubby.
- Extensions- extension methods by type.
- Clients - other tools used and available.
- Models - models used in Chubby analytics.
- IO - input output classes used for networking and the file systemm.
- Static - static types used in Chubby.
- Services - unique sevice classes in by Chubby.
- Controls - Chubby Controls.
- Windows - Chubby Windows.
- Styles - Chubby Styles.
- Themes - Chubby Themes.