You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@ func main() {
44
44
# Architecture
45
45
46
46
*`datagram.go` defines basic constants like commands, on-device identifiers and datagram packets; as well as conversions of datagram payloads to golang types
47
+
*`crc.go` defines the cyclic redundancy check algorithm to ensure data integrity used by the RCT
47
48
*`build.go` defines a datagram builder for assembling datagrams to send
48
49
*`parse.go` defines a datagram parser which parses incoming bytes into datagrams
49
50
*`connection.go` ties builders and parsers into a bidirectional connection with the device, and defines convenience methods to synchronously query identifiers
0 commit comments