Please note that this project is no longer actively maintained.
This repository holds the specification for the Thing Tracker Network proposal.
Have a look at the main website for more details: thingtracker.net.
The schema is given in two formats: js-schema for conciseness, and json-schema which can be read and parsed directly, (using JSON.parse, for example). The js-schema version has to be read in via an eval() or a Function statement, which makes it less secure.
Several example tracker documents are given to give an idea of how the specification can be used.
A simplistic program to create a thing that can be distributed via the BitTorrent protocol can be found in the thingmaker directory. A simple Javascript program to read a torrent file (which could be created from the above) can be found on the ThingMaker Page.