Uses of Class
uk.ac.manchester.spinnaker.messages.model.BMPConnectionData
Packages that use BMPConnectionData
Package
Description
The BMP control subsystem.
Classes used to model types of connections that talk to SpiNNaker.
How to actually talk to a SpiNNaker machine.
-
Uses of BMPConnectionData in uk.ac.manchester.spinnaker.alloc.bmp
Methods in uk.ac.manchester.spinnaker.alloc.bmp with parameters of type BMPConnectionDataModifier and TypeMethodDescriptionTransceiverFactory.TestAPI.TestTransceiverFactory.create
(String machineName, BMPConnectionData data, ValueHolder<Blacklist> setBlacklist) Make a test transceiver. -
Uses of BMPConnectionData in uk.ac.manchester.spinnaker.connections
Constructors in uk.ac.manchester.spinnaker.connections with parameters of type BMPConnectionData -
Uses of BMPConnectionData in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return BMPConnectionDataModifier and TypeMethodDescriptionstatic BMPConnectionData
Utils.defaultBMPforMachine
(InetAddress host, Integer numberOfBoards) Work out the BMP connection IP address given the machine details.Constructor parameters in uk.ac.manchester.spinnaker.transceiver with type arguments of type BMPConnectionDataModifierConstructorDescriptionTransceiver
(InetAddress host, MachineVersion version, Collection<BMPConnectionData> bmpConnectionData, Integer numberOfBoards, Set<ChipLocation> ignoredChips, Map<ChipLocation, Set<Integer>> ignoredCores, Map<ChipLocation, EnumSet<Direction>> ignoredLinks, boolean autodetectBMP, List<Transceiver.ConnectionDescriptor> scampConnections, Integer bootPortNumber, Integer maxSDRAMSize) Create a Transceiver by creating a UDPConnection to the given hostname on port 17893 (the default SCAMP port), and a BootConnection on port 54321 (the default boot port), optionally discovering any additional links using the UDPConnection, and then returning the transceiver created with the conjunction of the created UDPConnection and the discovered connections.