Skip to content

Latest commit

 

History

History
 
 

util

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Nassau Utilities

Nassau Utilities contains utility methods for working with NASDAQ transport protocols.

Features

Nassau Utilities contains the following utility methods:

  • SoupBinTCP.receive() for receiving all messages in a SoupBinTCP session
  • MoldUDP64.receive() for receiving all messages in a MoldUDP64 session
  • BinaryFILE.read() for reading all messages in a BinaryFILE file

Dependencies

Nassau Utilities depends on the following libraries:

Download

Add a Maven dependency to Nassau Utilities:

<dependency>
  <groupId>com.paritytrading.nassau</groupId>
  <artifactId>nassau-util</artifactId>
  <version><!-- latest release --></version>
</dependency>

See the latest release on GitHub.

License

Released under Apache License, Version 2.0.