tcpy
  • Overview
    • Installation
  • TCPY Tutorial
  • TCPServer Objects
    • TCPServer([host, port, commands, threads, poll_intv])
    • listen()
    • The TCPServer.commands Dictionary
  • TCPHandler Objects
    • __init__(**params)
    • execute()
    • success([**kwargs])
    • error(message[, **kwargs])
    • send(data)
    • recv()
  • TCPClient Objects
    • TCPClient([host, port])
    • connect()
    • send(data)
    • recv()
    • disconnect()
    • execute(cmd[, **params])
 
tcpy
  • Docs »
  • TCPY - Python Yogurt
  • Edit on GitHub

TCPY - Python YogurtΒΆ

Contents:

  • Overview
    • Installation
  • TCPY Tutorial
  • TCPServer Objects
    • TCPServer([host, port, commands, threads, poll_intv])
    • listen()
    • The TCPServer.commands Dictionary
  • TCPHandler Objects
    • __init__(**params)
    • execute()
    • success([**kwargs])
    • error(message[, **kwargs])
    • send(data)
    • recv()
  • TCPClient Objects
    • TCPClient([host, port])
    • connect()
    • send(data)
    • recv()
    • disconnect()
    • execute(cmd[, **params])
Next

© Copyright 2014, Patrick Brodie.

Sphinx theme provided by Read the Docs