Skip to content

Commit

Permalink
Merge pull request #183 from artemis-nerds/178
Browse files Browse the repository at this point in the history
JamCRC clarificatons for #178
  • Loading branch information
rjwut authored Dec 2, 2019
2 parents 5381f7e + 631dd5d commit e1d8596
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,7 @@ <h4>Packet type (int)</h4>
the various packet types. Note that many packets also have a subtype value; for those
packets, the subtype will be the first value transmitted in the payload. This value
is a JamCRC hash of the internal name of the packet type.
JamCRC is a bitwise not of a CRC32 hash.
</p>
</section>
<section id="packet-structure-payload">
Expand Down Expand Up @@ -2033,7 +2034,8 @@ <h4>Payload</h4>
<p>
A hash value identifying the button. This is a hash of the button's label
computed using the JamCRC hash algorithm.
(<a href="https://github.com/rjwut/ian/blob/3.2.0/src/main/java/com/walkertribe/ian/util/JamCrc.java" target="_new">sample Java implementation</a>)
JamCRC is a bitwise not of a CRC32 hash.
(<a href="https://github.com/rjwut/ian/blob/master/src/main/java/com/walkertribe/ian/util/JamCrc.java" target="_new">sample Java implementation</a>)
</p>
</dd>
</dl>
Expand Down

0 comments on commit e1d8596

Please sign in to comment.