java.lang.Object
uk.ac.manchester.spinnaker.messages.model.Addresses

public final class Addresses extends Object
The IP addresses associated with a SpiNNaker board.
  • Field Details

    • bmpIPAddress

      public final InetAddress bmpIPAddress
      The IPv4 address of the BMP.
    • spinIPAddress

      public final InetAddress spinIPAddress
      The IPv4 address of the managed SpiNNaker board.
  • Constructor Details

    • Addresses

      public Addresses(InetAddress bmpIPAddress, InetAddress spinIPAddress)
      Parameters:
      bmpIPAddress - The IPv4 address of the BMP.
      spinIPAddress - The IPv4 address of the managed SpiNNaker board.