DESCRIPTION
Flower is a meshed P2P client running between trusted peers on a LAN or WAN network.
STATUS
Flower is not yet operational.
SYNOPSIS
git clone git://github.com/santex/Flower.git
cd Flower
perl Makefile.PL
make
script/flower <your-ip-address> 2222
Then visit http://127.0.0.1:2222 in your browser.
AUTHOR
Hagen Geissler, <santex@cpan.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.