Package beepy :: Package profiles :: Module reverbprofile
[show private | hide private]
[frames | no frames]

Module beepy.profiles.reverbprofile

ReverbProfile is an extended example of the EchoServer that echos back multiple frames. It received a MSG frame with a payload of the form: <repeat_number> <delay> <content> Where <repeat_number> is the number of times to echo the <content> and <delay> is how long in seconds to delay between echos.

Each echo is sent as an ANS frame. MSG frames that are not in the above format and replied to with an ERR frame.
Classes
ReverbProfile  

Variable Summary
str __profileClass__ = 'ReverbProfile'
str uri = 'http://www.eigenmagic.com/beep/REVERB'

Variable Details

__profileClass__

Type:
str
Value:
'ReverbProfile'                                                        

uri

Type:
str
Value:
'http://www.eigenmagic.com/beep/REVERB'                                

Generated by Epydoc 2.0 on Thu Sep 30 14:39:26 2004 http://epydoc.sf.net