/hsp-netty

HSP-codec implementation in Java using netty

Primary LanguageJavaApache License 2.0Apache-2.0

Build Status

hsp-netty

Provides a Java-implementation of the HSP-codec for usage in netty-based servers/clients.

Requirements

  • Java 8
  • Java >8 not supported atm.

Known limitations

  • Decoder uses Netty's ReplayingDecoder which is a convenient but (with regard to performance) maybe not the best solution.