Skip to content

iqe/wasp-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wasp-java

Java implementation of the wasp1 protocol.

wasp data format

Wasp messages are delimited by [ and ] and contain a 16 bit checksum (CCITT). Escaping is done with \.

[<message payload><16 bit CCITT>]

If [, ] or \ appear inside a message (payload or checksum), they are escaped by prefixing \ and xor-ing the offending character with 0x20.

Footnotes

  1. Why Another Serial Protocol?

About

Java implementation of the Wasp protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages