Projects
Complete list of projects from github or cpan. (I no longer have any projects on sourceforge)
Webpages
- Up and running: theredhairedtemperament.com
- Idle: franksbil.com
- Old versions of flodhest.net
- Old projects
Services
fuse-template
Fuse::Template is a fuse filesystem which allows you to mount a directory of template-files, and read the rendered output at mountpoint. The idea with this project is to auto-maintain password files, and other plain text files for different systems, with data from a database.
Quelea
Quelea will become an administrative and surveillance tool for network administrators. It is under development, so any contribution is welcome. Interested? Send an email to git(at)flodhest.net.
This current release is targeted against CM, CMTSs and MTAs. It includes a tftp-server and a wrapper around ISC DHCPd.
Perl modules
I've published some of my modules on CPAN:
DOCSIS::ConfigFile can build config-files for cable modems and MTAs, accordingly to the DOCSIS 1.x/2.0 spec.
Net::DHCP::Info extracts information from dhcpd.conf and dhcpd.leases.
POE::Component::TFTPd this is my first POE component. It can serve and receive files over TFTP.
SNMP::Effective will quite efficently gather information from multiple nodes, using SNMP.
Var::State is an experimental module to implement "persistent private variables" in perl 5.8.
YAML::Object enables you to do $cfg->foo->bar instead of $cfg->{foo}{bar}.