Network
- class sharpy.io.network_interface.Network(host=None, port=None)[source]
Network Adapter
Contains the basic methods. See
InNetwork
andOutNetwork
for specific settings pertaining to the input and output sockets.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.
65000