Projects
SMSler
Easy to use Java desktop application using Swing for sending short messages (alias SMS) using free web interface of your mobile provider. It uses one of my other projects LibJSMS.
There are already some similar projects like “swisssms” for OS X [1] in C# and Java Swing GUI ” SwissSMSCient” [2].
Development: Git Repository on GitHub
[1] http://code.google.com/p/swisssms/
[2] http://code.google.com/p/swisssmsclient/
LibJSMS
LibJSMS is a mavenised Java library sending short messages (alias SMS) using free web service of your mobile provider. Currently only some Swiss mobile providers are supported, but feel free to add your provider’s web interface.
Development: Git Repository on GitHub
JFakeGPS (outdated)
JFakeGPS fakes a GPS signal. It can be used to build wlan maps in buildings or indoor floor plans when using Kismet with GPSDrive or Kismac and you don’t have connection to a real GPS. JFakeGPS is written in Java and has a graphical user interface. It is GNU GPL software.
http://jfakegps.sourceforge.net/
VMware Server Backup Script
This Bash script can used to backup your virtual machines. It is able to shut down virutal machines by using ssh or VMware Tools and uses tar or rsync to backup contents. It is GNU GPL software.
Development: Git Repository on GitHub
PHP5 based WebGUI for m0n0wall®
m0n0wall is a freebsd based firewall distribution with a web gui interface, which is implemented in PHP4. I started to rewrite the code for PHP5 OOP to make it more extendable and clear.
Development: Git Repository on GitHub