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
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
See also