InNetwork

class sharpy.io.network_interface.InNetwork[source]

Input Network socket settings

Note

If sending/receiving data across the net or LAN, make sure that your firewall has the desired ports open, otherwise the signals will not make it through.

The settings that this solver accepts are given by a dictionary, with the following key-value pairs:

Name

Type

Description

Default

address

str

Own network address.

127.0.0.1

port

int

Own port for input network

65001