I've got a POX-based telnet server component.  The idea here is that it can 
provide a live configuration interface for other components.  This type of 
thing can already be done via the original terminal (like the "py" component) 
or via messenger, for example.  This provides one more option.  In particular, 
it may be useful when running POX as a daemon, in which case things like the 
"py" app won't work since there's no associated terminal.  (The default 
personality of the telnet server is a Python console, like the "py" component, 
though this can be customized.)

I thought I'd put out a question in case anyone has input.  Specifically:
Does this belong in the main repository, or as a separate project in a separate 
repository (as is done with POXDesk)?  At the moment, it's a single file, 
though it may get broken out into maybe three (in a single package).

-- Murphy

Reply via email to