XML1-WireTaggingTechnology

XML1-Wire

• Download ZIP
• Download TAR
• License
• Hardware
• Links
• Sponsors
• Help Forum
• General Chat
• Report Bug
• Request Feature
• Project Page

SourceForge Logo

What is it?

XML 1-Wire Tagging Technology lets you "tag" 1-wire devices with metadata that indicate their purposes, locations, and specific software classes to service and control them. You can locate tags within devices themselves (for those that support memory) or separately. It lets 1-wire networks be self-describing and self-configuring.

Example

This tag describes a switch controlling an air conditioner:

<OW:Actuator accessMethod="AM_SWITCH_2406">
  <OW:NetAddress>F1003700186F4A12</OW:NetAddress>
  <OW:ChannelMask>01</OW:ChannelMask>
  <OW:Description>Air Cond. Room 131/OW:Description>
  <OW:Class>com.acme.hvac.AirCond</OW:Class>
</OW:Actuator>

NewsItems

20-Jul-2001: Version 1.0.1 is available. It fixes a small parsing bug.

20-Jun-2001: The first public release of the software is avalable for downloading.