Package rats :: Module fudi
[hide private]
[frames] | no frames]

Module fudi

source code

FUDI protocol implementation in Python using Twisted.

Simple ASCII based protocol from Miller Puckette for Pure Data.

Classes [hide private]
  FUDIProtocol
FUDI protocol implementation in Python.
  FUDIServerFactory
Factory for FUDI receivers.
Functions [hide private]
 
to_fudi(selector, *atoms)
Converts int, float, string to FUDI atoms string.
source code
 
create_FUDI_client(host, port, tcp=True)
Creates a FUDI sender.
source code
Variables [hide private]
  VERBOSE = False
  __package__ = 'rats'

Imports: types, reactor, Protocol, ClientCreator, Factory, ClientFactory, basic, log


Function Details [hide private]

to_fudi(selector, *atoms)

source code 

Converts int, float, string to FUDI atoms string. :param data: list of basic types variables. Public FUDI message converter

create_FUDI_client(host, port, tcp=True)

source code 

Creates a FUDI sender.

When connected, will call its callbacks with the sender instance. :return: deferred instance