Uses of Class
uk.ac.manchester.spinnaker.connections.UDPConnection
Packages that use UDPConnection
Package
Description
SpiNNaker message proxying support code.
Classes used to model types of connections that talk to SpiNNaker.
How to actually talk to a SpiNNaker machine.
-
Uses of UDPConnection in uk.ac.manchester.spinnaker.alloc.proxy
Subclasses of UDPConnection in uk.ac.manchester.spinnaker.alloc.proxyModifier and TypeClassDescriptionclass
The low-level handler for proxy connections. -
Uses of UDPConnection in uk.ac.manchester.spinnaker.connections
Subclasses of UDPConnection in uk.ac.manchester.spinnaker.connectionsModifier and TypeClassDescriptionclass
A connection for talking to one or more Board Management Processors (BMPs).class
A connection to the SpiNNaker board that uses UDP for booting.class
An SCP connection that actually delegates message sending and receiving to another connection.class
A UDP connection for sending and receiving raw EIEIO messages.class
A connection that detects any UDP packet that is transmitted by SpiNNaker boards prior to boot.class
A UDP connection for sending and receiving notification protocol messages.class
An SDP connection to talk SCP (SpiNNaker Control Protocol) to SC&MP on a SpiNNaker system, and to the cores managed by it.class
A UDP socket connection that talks SDP (SpiNNaker Datagram Protocol) to SpiNNaker.Constructors in uk.ac.manchester.spinnaker.connections with parameters of type UDPConnectionModifierConstructorDescriptionConnectionListener
(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 UDPConnectionModifier and TypeMethodDescriptionstatic void
Utils.sendPortTriggerMessage
(UDPConnection<?> connection, InetAddress host) Deprecated, for removal: This API element is subject to removal in a future version.
sendPortTriggerMessage(InetAddress)
directly instead.