nutdotnet / WinNUT-Client

WinForms-based client for monitoring your Uninterruptible Power Supply (UPS) connected to a Network UPS Tools (NUT) server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transition to NUTDotNet client library

gbakeman opened this issue · comments

Introduction

Work has been underway on an external .Net Framework library for interfacing with Network UPS Tools servers. To aid with development of that as well as leave the original Windows Forms WinNUT-Client legacy with a stable and well-defined foundation, I think it's best if work is put into migrating our custom framework of NUT code with the new external library.

Goals

  • True multithreading - totally responsive UI and little to no hangs while doing background processing
  • Make use of modular Forms controls with DataBinding and minimal UI code

See also