cmusatyalab / opendiamond

Interactive search of non-indexed data
http://diamond.cs.cmu.edu/
Eclipse Public License 1.0
19 stars 9 forks source link

Searchid #2

Closed hongjaic closed 12 years ago

hongjaic commented 12 years ago

First commit: get_object does not use search Id anymore, as it now is unnecessary to do so.

Second commit: -Made changes so that the search ID uses the uuid canonical string. -Added XDRFStringHandler, that handles fixed length string XDR data representation, in the xdr.py. -Also added XDRFOpaque Handler.