Navigation

  • index
  • modules |
  • next |
  • previous |
  • circuits 3.1.0 documentation »
  • API Documentation »
  • circuits package »
  • circuits.net package

circuits.net package¶

Submodules¶

  • circuits.net.events module
    • connect
    • disconnect
    • connected
    • disconnected
    • read
    • error
    • broadcast
    • write
    • close
    • ready
    • closed
  • circuits.net.sockets module
    • Client
      • Client.channel
      • Client.parse_bind_parameter()
      • Client.connected
      • Client.close()
      • Client.write()
    • TCPClient
      • TCPClient.socket_family
      • TCPClient.connect()
    • TCP6Client
      • TCP6Client.socket_family
      • TCP6Client.parse_bind_parameter()
    • UNIXClient
      • UNIXClient.ready()
      • UNIXClient.connect()
    • Server
      • Server.channel
      • Server.parse_bind_parameter()
      • Server.connected
      • Server.host
      • Server.port
      • Server.close()
      • Server.write()
    • TCPServer
      • TCPServer.socket_family
      • TCPServer.parse_bind_parameter()
    • parse_ipv4_parameter()
    • parse_ipv6_parameter()
    • TCP6Server
      • TCP6Server.socket_family
      • TCP6Server.parse_bind_parameter()
    • UNIXServer
    • UDPServer
      • UDPServer.socket_family
      • UDPServer.close()
      • UDPServer.write()
      • UDPServer.broadcast()
    • UDPClient
    • UDP6Server
      • UDP6Server.socket_family
      • UDP6Server.parse_bind_parameter()
    • UDP6Client
    • Pipe()

Module contents¶

Networking Components

This package contains components that implement network sockets and protocols for implementing client and server network applications.

copyright

CopyRight (C) 2004-2013 by James Mills

license

MIT (See: LICENSE)

Table of Contents

  • circuits.net package
    • Submodules
    • Module contents

Previous topic

circuits.io.serial module

Next topic

circuits.net.events module

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • circuits 3.1.0 documentation »
  • API Documentation »
  • circuits package »
  • circuits.net package
© Copyright 2004-2022, James Mills. Created using Sphinx 5.3.0.