Skip to content

paritytrading/nassau

Repository files navigation

Nassau

Nassau is a fast Nasdaq transport protocol library for the JVM.

You can use Nassau to connect to Nasdaq and other network endpoints that use Nasdaq transport protocols. You can also use it to provide your own services using these protocols.

Nassau is designed to exhibit low and predictable latency. To achieve this, it supports non-blocking, zero-copy networking and does not allocate memory on message reception or transmission.

Nassau requires Java Runtime Environment (JRE) 8 or newer.

Protocols

Nassau implements the following protocols:

  • SoupBinTCP 3.00: a reliable transport protocol for applications requiring delivery of delimited, sequenced messages between two endpoints.

  • MoldUDP64 1.00: a reliable transport protocol for applications requiring delivery of delimited, sequenced messages from one sender to many receivers.

  • BinaryFILE 1.00: a file format for storing delimited messages.

Download

See the latest release on GitHub.

Modules

Nassau contains the following libraries:

  • Core implements the Nasdaq transport protocols.

  • Utilities contains utility methods for working with Nasdaq transport protocols.

Nassau contains the following applications:

Nassau contains the following example applications:

Nassau contains the following test application:

Links

For more information on Nassau:

License

Copyright 2014 Nassau authors.

Released under the Apache License, Version 2.0. See LICENSE.txt for details.