I'm currently using one-wire temp sensors (
http://www.sparkfun.com/products/245) that are parsed by an Arduino, then sent to my computer via Xbee for simple reading/graphing in processing. I would like to remove Arduino as the middle-man and just use the Xbee to send/receive the serial 1-wire information to my computer. Arduino has a nice and simple One-wire library, but I can't seem to find anything similar for processing. Anyone done this before or have ideas towards implementation?