Nassau

NASDAQ transport protocols on the JVM.

License

License

Categories

Categories

Parity Business Logic Libraries Financial
GroupId

GroupId

com.paritytrading.nassau
ArtifactId

ArtifactId

nassau
Last Version

Last Version

0.11.0
Release Date

Release Date

Type

Type

jar
Description

Description

Nassau
NASDAQ transport protocols on the JVM.

Download nassau

How to add to project

<!-- https://jarcasting.com/artifacts/com.paritytrading.nassau/nassau/ -->
<dependency>
    <groupId>com.paritytrading.nassau</groupId>
    <artifactId>nassau</artifactId>
    <version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.paritytrading.nassau/nassau/
implementation 'com.paritytrading.nassau:nassau:0.11.0'
// https://jarcasting.com/artifacts/com.paritytrading.nassau/nassau/
implementation ("com.paritytrading.nassau:nassau:0.11.0")
'com.paritytrading.nassau:nassau:jar:0.11.0'
<dependency org="com.paritytrading.nassau" name="nassau" rev="0.11.0">
  <artifact name="nassau" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.paritytrading.nassau', module='nassau', version='0.11.0')
)
libraryDependencies += "com.paritytrading.nassau" % "nassau" % "0.11.0"
[com.paritytrading.nassau/nassau "0.11.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.paritytrading.foundation : foundation jar 0.2.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.jvirtanen.value : value jar 0.1.0

Project Modules

There are no modules declared in this project.

Nassau

Nassau implements NASDAQ transport protocols on 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 any memory on message reception or transmission. The SoupBinTCP implementation can achieve 4.8 µs round-trip time (RTT) over the loopback interface.

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

Protocols

Nassau implements the following protocols:

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

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

  • NASDAQ 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.

com.paritytrading.nassau

Parity

Open source trading infrastructure

Versions

Version
0.11.0
0.10.0
0.9.0