Nassau Core implements the NASDAQ transport protocols.
Nassau Core has the following features:
- SoupBinTCP client and server implementation
- MoldUDP64 client, server, and request server implementation
- BinaryFILE reader and writer implementation
Nassau Core depends on the following libraries:
- Foundation 0.2.1
Add a Maven dependency to Nassau Core:
<dependency>
<groupId>com.paritytrading.nassau</groupId>
<artifactId>nassau-core</artifactId>
<version><!-- latest release --></version>
</dependency>
See the latest release on GitHub.
Released under the Apache License, Version 2.0.