Flame

Posted 01 January 2000 in Code tagged with [cocoa] [macos] [python] (edit)

Flame is another take on Rendezvous Browser - Paul and I decided that grouping by service wasn’t particularly useful, frankly - we’d rather group by person / machine, and see all the machines on the local network, and the services that they were advertising.

It’s written in Python - once upon a time there was a version written in CamelBones, but it wasn’t very good, and so I used the re-write of it to learn Python and PyObjC, which is very slick indeed. It sat in my repository for waaay too long, and finally Paul and I have managed to get a release out the door. Flame 0.1 was released on 2005/03/09, and its official web page is hosted by Paul, because he’s better at these things than me. We expect the user interface to get a lot of polish in the future - in particular, the inspector is basically just a dump of the Service object state, and could be waaay nicer. But what the hell, we wanted feedback.

Although not yet under any sort of sensible license, the source is available in the Flame section of my subversion repository and will require PyObjC 1.2 or greater to build. There’s a bug in 1.2 that makes it very noisy on the console, but it’ll work fine.

Other pages referring to Flame

ChangeLog

Flame 0.2.2 - 2006/11/01

  • Fixed some bugs where services where being de-duped too enthusiastically
  • 0.2.2 has a Leopard-only build that uses the system PyObjC and Python, and so is much smaller. But it won’t work on anything other than Leopard.

Flame 0.2.1

  • Added a beautiful icon from Dario Villanueva
  • Flame is now a Universal Binary

Flame 0.2

  • We remove hosts with no listed services a few seconds after a rescan, to prevent empty host entries hanging around when you change network locations, or someone unplugs a machine.
  • Added a couple more recognised services, mostly to do with the Airport Express.

Flame 0.1

  • First release. displays hosts on the local network. Not really any ‘changes’, per-se.

files

Files associated with this page:

namesizeadded
Flame-0.2.2-leopard-only.zip 69.6 KB 2007-10-31 12:18
Flame-0.2.2.zip 2.9 MB 2006-10-24 19:39

 

2006-08-18 02:46 on Flame in Code

I think you'll have to change the name of this software. Flame is already taken: www.autodesk.com/flame

Paul Mison

2006-08-18 08:18 on Flame in Code

People have already brought the Autodesk product to our attention. I don't think there's much chance of people confusing a freeware Apple-only utility with an expensive motion design package, but if they do ever call, I suppose we'll change the name.

other pages