Previous topic

spinnman.connections.udp_packet_connections.udp_boot_connection module

Next topic

spinnman.data package

This Page

spinnman.connections.udp_packet_connections.udp_spinnaker_connection module

class spinnman.connections.udp_packet_connections.udp_spinnaker_connection.UDPSpinnakerConnection(local_host=None, local_port=None, remote_host=None, default_sdp_tag=255, chip_x=0, chip_y=0)[source]

Bases: spinnman.connections.abstract_classes.abstract_udp_connection.AbstractUDPConnection, spinnman.connections.abstract_classes.udp_receivers.abstract_udp_sdp_receiver.AbstractUDPSDPReceiver, spinnman.connections.abstract_classes.udp_senders.abstract_udp_sdp_sender.AbstractUDPSDPSender, spinnman.connections.abstract_classes.udp_senders.abstract_udp_scp_sender.AbstractUDPSCPSender, spinnman.connections.abstract_classes.udp_receivers.abstract_udp_scp_receiver.AbstractUDPSCPReceiver

Attributes

can_send a helper property method to check if this connection can send
chip_x
chip_y
local_ip_address The local IP address to which the connection is bound.
local_port The local port to which the connection is bound.
remote_ip_address The remote ip address to which the connection is connected.
remote_port The remote port to which the connection is connected.

Methods

connection_type()
is_scp_receiver()
is_sdp_reciever()
is_udp_scp_receiver()
is_udp_scp_sender()
is_udp_sdp_reciever()
is_udp_sdp_sender()
supports_sends_message(message)

Detailed Methods

connection_type()[source]
is_scp_receiver()[source]
is_sdp_reciever()[source]
is_udp_scp_receiver()[source]
is_udp_scp_sender()[source]
is_udp_sdp_reciever()[source]
is_udp_sdp_sender()[source]
supports_sends_message(message)[source]