1 Hello! You must be new to all this so here's a rough breakdown of what is going on.
3 overview: http://adl.serveftp.org/dokuwiki/skdb
6 sudo python clients/skdb-get.py lego
7 sudo python clients/skdb-get.py screw
10 - a simple example package describing a typical screw from the hardware store
11 - the screw has a set of requirements for being manufactured
12 - the package has a set of packages it needs to work right (threads package)
13 - the package contains metadata such as homepage URL, author, copyright license
14 - run /usr/local/share/skdb/lego/demo.py to demonstrate interface compatibility
15 - run paths.py to demonstrate making a lego assembly
16 - generate an assembly graph via igraph
18 here is a break down of the current directory structure:
24 front-ends for ordering parts. later there will be tools here for doing pretend scenarios, generating instructions, or assembling armies of giant robots
27 code needed for loading, parsing, and drawing inferences from package data
30 optional code to work with pythonOCC/OpenCASCADE
33 optional code to work with pythonOCC/wxPython (graphical user interface)
36 instructions for how to use SKDB (maybe some day)
39 miscellaneous "required materials" lists for different fields of study (half-baked)
42 pseudo-code used by the developers to bounce ideas off each other
45 generic representations of manufacturing techniques. this will move soon
48 command line scripts that are used to convert from external file formats and databases
51 (mostly web-based) tools for managing your personal inventory, searching for resources in other locations, and data about various specific facilities and their access policy
54 sample SKDB packages defining a set of artifacts, processes and stuff you can do with them
57 run these after hacking to make sure you didn't break anything
61 Links and learning more
63 homepage: http://adl.serveftp.org/dokuwiki/skdb
64 git repository: http://adl.serveftp.org/skdb.git/
65 repository contents: http://adl.serveftp.org/skdb/
66 presentation: http://adl.serveftp.org/lab/presentations/updates-from-austin.pdf
67 email: openmanufacturing@googlegroups.com
68 IRC: #hplusroadmap on irc.freenode.net