http://www.perlmonks.org?node_id=509611

shotgunefx has asked for the wisdom of the Perl Monks concerning the following question:

At the moment, I'm working on a package to control a Sanyo security vcr via RS-232C.

Not all controllable devices are VCRs, but it's all I'm interested in. The protocol is called SSSP (Sanyo Serial Security Protocol).

These devices can also be controlled by RS-485. I've got no plans on implementing that functionality.

I'd really like this to end up on CPAN when I'm done. Any suggestions for a namespace that makes sense giving the particulars?

Logically something like the following seems ok... but ugly.

Device::SSSP::VCR::Serial


-Lee

perl digital dash (in progress)