![]() |
Roboid Control for Python
|
A site server is a participant which provides a shared simulated environment.
Public Member Functions | |
__init__ (self, port=7681, remote=False, udp_socket=None) | |
Create a new site server. | |
AddParticipant (self, ip_address, port) | |
ProcessClientMsg (self, sender, msg) | |
ProcessNetworkId (self, msg) | |
Register (self, ThingClass, thing_type) | |
Process (self, msg) | |
ProcessThingMsg (self, msg) | |
Public Attributes | |
ip_address | |
port | |
publishInterval | |
others | |
network_id | |
buffer | |
thing_msg_constructors | |
udp_socket | |
thread | |
Static Public Attributes | |
str | name = "Site Server" |
__init__ | ( | self, | |
port = 7681 , |
|||
remote = False , |
|||
udp_socket = None |
|||
) |
Create a new site server.
port | The UDP port on which communication is received |
Reimplemented from LocalParticipant.
AddParticipant | ( | self, | |
ip_address, | |||
port | |||
) |
Reimplemented from LocalParticipant.
ProcessClientMsg | ( | self, | |
sender, | |||
msg | |||
) |
Reimplemented from LocalParticipant.
Register | ( | self, | |
ThingClass, | |||
thing_type | |||
) |
Reimplemented from LocalParticipant.
ProcessThingMsg | ( | self, | |
msg | |||
) |
Reimplemented from LocalParticipant.