Bases: spinnman.connections.abstract_classes.abstract_udp_connection.AbstractUDPConnection, spinnman.connections.abstract_classes.abstract_spinnaker_boot_sender.AbstractSpinnakerBootSender, spinnman.connections.abstract_classes.abstract_spinnaker_boot_receiver.AbstractSpinnakerBootReceiver
A connection to the spinnaker board that uses UDP to for booting
| Parameters: |
|
|---|---|
| Raises spinnman.exceptions.SpinnmanIOException: | |
If there is an error setting up the communication channel |
|
Attributes
| can_send | a helper property method to check if this connection can send |
| 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() | |
| receive_boot_message([timeout]) | See spinnman.connections.abstract_spinnaker_boot_receiver.AbstractSpinnakerBootReceiver.receive_boot_message() |
| send_boot_message(boot_message) | See spinnman.connections.abstract_spinnaker_boot_sender.AbstractSpinnakerBootSender.send_boot_message() |
| supports_sends_message(message) |
Detailed Methods
See spinnman.connections.abstract_spinnaker_boot_receiver.AbstractSpinnakerBootReceiver.receive_boot_message()