From mr at fudgie.org Sat Dec 13 05:40:35 2008 From: mr at fudgie.org (Erlend Simonsen) Date: Sat, 13 Dec 2008 11:40:35 +0100 Subject: [gltail] glTail + Chipmunk 2D Physics Message-ID: The guys at work kept bugging me for making the blobs interact with each other, so I've integrated the Chipmunk 2D Physics library and you can see the result at http://www.youtube.com/watch?v=RCa2sjyrUdQ Quite fun, but probably not all that useful. :-) -- Erlend -------------- next part -------------- An HTML attachment was scrubbed... URL: From mr at fudgie.org Mon Dec 15 09:11:55 2008 From: mr at fudgie.org (Erlend Simonsen) Date: Mon, 15 Dec 2008 15:11:55 +0100 Subject: [gltail] Physics edition of glTail Message-ID: is available at http://github.com/Fudge/gltail/tree if you want to have a go. -- Erlend -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at pingle.org Sun Dec 28 15:51:53 2008 From: lists at pingle.org (Jim Pingle) Date: Sun, 28 Dec 2008 15:51:53 -0500 Subject: [gltail] Physics edition of glTail In-Reply-To: References: Message-ID: <4957E6E9.3030602@pingle.org> Erlend Simonsen wrote: > is available at http://github.com/Fudge/gltail/tree if you want to have > a go. I got this to work on an Ubuntu system, but I haven't had any luck getting Chipmunk to compile on Windows so far. I tried downloading a precompiled chipmunk.so that someone had posted, but that didn't work either. Will there be a way to make Chipmunk support optional? Jim From lists at pingle.org Sun Dec 28 17:25:23 2008 From: lists at pingle.org (Jim Pingle) Date: Sun, 28 Dec 2008 17:25:23 -0500 Subject: [gltail] pfSense Firewall Log Parser Message-ID: <4957FCD3.5000209@pingle.org> I've got several pfSense firewalls in place and I figured it might be practical (and fun) to write up a glTail Parser for their logs. Attached should be the parser, and an example config that shows how it could be used either by connecting directly to the pfSense box with ssh, or by connecting to another host where its logs were forwarded via syslog. It seems to work pretty well for me. The only thing I could think of that might make it better would be a way to add activities that would "fire" a blob from one block to another. That way, the packet source addresses on the left could shoot the blobs over at the destinations on the right. Blocked packets could bounce off and fall, and passed packets could stick/fade at the destination (such as a type 5 does). :-) Jim -------------- next part -------------- A non-text attachment was scrubbed... Name: pfsense.rb Type: application/x-ruby Size: 4704 bytes Desc: not available URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: pfsense-example.yaml URL: