Callum Jones has been posting on his blog about a java application to interface with your ioBridge Module. His first post contains the source and libraries — his second post includes the steps to run the application.
What ioBridgeTalk allows you to do is have a desktop hook to your modules Data Feed. You can get an XML dump of your JSON feed and link to your applications that would benefit from that data, like getting access to temperature, digital input, and other sensor data.
I spent a few minutes in NetBeans and was able to use his Subversion and his distribution version of the application. I typed in my feed key from my module on my desk and had instant access to it’s data via Java.
K:>java -jar "D:NetBeansProjectsIOBridgeTalkdistIOBridgeTalk.jar" -operation xmldump -module zTFNFDol8806vSZnuxel
Check out Callum Jones’ Blog (mullac.org) for posts regarding tech, music, and photography. I especially like his posts regarding his new digital camera.

