LowellMakesCPP / FocusStacking

A toolset for 3d reconstruction from focus stacks
MIT License
4 stars 4 forks source link

Read uuid from database when pinged #12

Open tbonza opened 9 years ago

tbonza commented 9 years ago

Using PING in our protocol, number 2, read the uuid from disk. We're manually creating the database now in

$ mkdir ~/FSImSrvDb
$ touch ~/FSImSrvDb/uuid
$ echo '00b01d26-4805-433e-a6b1-b1885b10eb16' >> ~/FSImSrvDb/uuid
tbonza commented 9 years ago

Confirm the protocol to see if the uuid has dashes. Can be printed with dashes when displayed to the user but not stored that way.