Package nukescripts :: Module clientserver
[hide private]
[frames] | no frames]

Module clientserver

source code

Classes [hide private]
  client
Example of running an IPV6 socket client to create nodes in Nuke.
  server
Example of running an IPV6 socket server on a separate thread inside Nuke.
Functions [hide private]
 
start_server(host='localhost', port=50007) source code
 
threaded_server() source code
Variables [hide private]
  HOST = 'localhost'
  PORT = 50007
  __package__ = 'nukescripts'