Uses of Class
uk.ac.manchester.spinnaker.connections.UDPConnection
Package | Description |
---|---|
uk.ac.manchester.spinnaker.connections |
Classes used to model types of connections that talk to SpiNNaker.
|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of UDPConnection in uk.ac.manchester.spinnaker.connections
Subclasses of UDPConnection in uk.ac.manchester.spinnaker.connections Modifier and Type Class Description class
BMPConnection
A connection for talking to one or more Board Management Processors (BMPs).class
BootConnection
A connection to the SpiNNaker board that uses UDP for booting.class
DelegatingSCPConnection
An SCP connection that actually delegates message sending and receiving to another connection.class
EIEIOConnection
A UDP connection for sending and receiving raw EIEIO messages.class
IPAddressConnection
A connection that detects any UDP packet that is transmitted by SpiNNaker boards prior to boot.class
NotificationConnection
A UDP connection for sending and receiving notification protocol messages.class
SCPConnection
An SDP connection to talk SCP (SpiNNaker Control Protocol) to SC&MP on a SpiNNaker system, and to the cores managed by it.class
SDPConnection
A UDP socket connection that talks SDP (SpiNNaker Datagram Protocol) to SpiNNaker.Constructors in uk.ac.manchester.spinnaker.connections with parameters of type UDPConnection Constructor Description ConnectionListener(UDPConnection<MessageType> connection)
Create a connection listener with the default number of listening threads and the default OS-level timeout.ConnectionListener(UDPConnection<MessageType> connection, int numProcesses, int timeout)
Create a connection listener. -
Uses of UDPConnection in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type UDPConnection Modifier and Type Method Description static void
Utils. sendPortTriggerMessage(UDPConnection<?> connection, InetAddress host)
Deprecated, for removal: This API element is subject to removal in a future version.CallsendPortTriggerMessage(InetAddress)
directly instead.