Commit Graph

7 Commits

Author SHA1 Message Date
579d15fb4d Added some notes about the test output 2018-03-28 16:27:42 -05:00
39234d096a Pass this library as the version 2018-03-28 16:27:30 -05:00
7af67a46a3 Added readme 2018-03-28 15:51:34 -05:00
e524e394c6 C#-ified
Converted as much ugly code as I could find into appropriate C#-friendly versions. For example, all the manual ByteHelper stuff, buffer index tracking, etc. are now BinaryWriters/BinaryReaders. Also cleaned up a bunch of getter and setter methods to use C# properties.

There's still more to be done here, but this greatly simplifies the code for reading and comprehension.
2018-03-28 15:30:05 -05:00
f893882c4e Fixed so Release builds work 2018-03-27 17:43:59 -05:00
ba089e3c00 Added controller config message
Added circuit data to pool status message
Sanitized byte signedness
Added helper to get pool/spa on/off state from pool status
Added simple color class
Removed debug output
Added basic status output to test program
2018-03-27 17:29:34 -05:00
97c4febdf5 Initial commit
Conversion of the UWP app into a .NET Core app for portability. Requires .NET Core 2.0 and C# 7.1
2018-03-18 23:04:19 -05:00