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 https://github.com/santex/Flower.git;
cd Flower;
dzil build;
dzil test;
sudo dzil install;
pwd=$(pwd);
ip=127.0.0.1;
perl $pwd"/bin/flower" --ip $ip --filepath $pwd"/data/"
Then visit https://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.