Uses of Class
uk.ac.manchester.spinnaker.connections.UDPConnection
Packages that use UDPConnection
Package
Description
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.connections
Subclasses of UDPConnection in uk.ac.manchester.spinnaker.connectionsModifier and TypeClassDescriptionclassA connection for talking to one or more Board Management Processors (BMPs).classA connection to the SpiNNaker board that uses UDP for booting.classAn SCP connection that actually delegates message sending and receiving to another connection.classA UDP connection for sending and receiving raw EIEIO messages.classA connection that detects any UDP packet that is transmitted by SpiNNaker boards prior to boot.classA UDP connection for sending and receiving notification protocol messages.classAn SDP connection to talk SCP (SpiNNaker Control Protocol) to SC&MP on a SpiNNaker system, and to the cores managed by it.classA 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 voidUtils.sendPortTriggerMessage(UDPConnection<?> connection, InetAddress host) Deprecated, for removal: This API element is subject to removal in a future version.
sendPortTriggerMessage(InetAddress)directly instead.