0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Dec 31, 2024 — Dec 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
new SendCommand version (accepting 'command', 'payload', 'node_id' fields) More... over 12 years ago
fixed bug in debugging code :-) More... over 12 years ago
add Python SerialPacket Controller v0.01 More... over 12 years ago
Added Equals method to Packet making unit tests code simpler More... almost 13 years ago
Added Unit test project to test methods (primarily to test data parsing) More... almost 13 years ago
Method to convert message to hexstring added (not tested yet!) More... almost 13 years ago
Prepped SerialReaderWriter and SerialPortManager classes to be able to send data to serial port. Idea: do parsing of message in packetclass =PRO: but responsibility in correct place =CONTRA: messages that arrive over several packets won't be parseable (though this behaviour isn't part of the current protocol) More... almost 13 years ago
Removed reference to Microsoft.CSharp (yeah, that's not a joke) More... almost 13 years ago
Lib uses .NET ClientProfile 3.5 instead of 4.5 (larger compatibility) More... almost 13 years ago
Reorganized solution Made interface for lib-users more straightforward (constructor, statistics) More... almost 13 years ago
SerialPortManager disposed correctly (less chance to have memory leaks) Cleaned up code More... almost 13 years ago
Removed 2 files that don't need git tracking More... almost 13 years ago
Corrupted packets removed: SerialPortManager reads line per line (ReadLine()) instead of bye per byte (Read()) More... almost 13 years ago
Cleaned up defines More... almost 13 years ago
Mmm, somethings's wrong with repo... More... almost 13 years ago
Statistics received and corrupt packets added Removed "unknown" defines More... almost 13 years ago
Added simple WPF app to test lib (note the Dispatcher.Invoke, needed to update UI without blocking) More... almost 13 years ago
Prepare paritycheck code (but parity not yet computed) Original,raw data (as string) is also included in Packet object (for testing purposes) Some renaming typo fixing More... almost 13 years ago
End of packet detected correctly (fixed during parity extraction) More... almost 13 years ago
Parsing working, but still some corrupt messages (cause is FromHexStringToInt()) More... almost 13 years ago
Making it a mess. Needs to be redone (stomme enters midden in pakketjes maken het lastiger, dus zal met buffer moeten werken) More... almost 13 years ago
Comment More... almost 13 years ago
We got data: serial data read out. Event-driven. Parsing and overall architecture need some serious refactoring...but hey..it works. More... almost 13 years ago
Removed unused directives... More... almost 13 years ago
Removes some files not needed in repo More... almost 13 years ago
.Ignore added More... almost 13 years ago
First commit More... almost 13 years ago
Check parity of incoming packets More... almost 13 years ago
Correct parity calculation for command packets More... almost 13 years ago
merge More... about 13 years ago