Utility new min/max clearing now an option in GUI

Also,  tripod Spacebrew names are unique "Active Tripod" + appId
This commit is contained in:
James Alliban
2014-01-23 12:40:04 +00:00
parent 4d81819b99
commit 41db6d58b5
21 changed files with 40 additions and 34 deletions
Binary file not shown.
+1 -1
View File
@@ -33,7 +33,7 @@ void DataManager::setup()
void DataManager::setupSpacebrew()
{
string host = "54.194.189.129"; // Spacebrew::SPACEBREW_CLOUD; // "localhost";
string name = "CRITICAL INFRASTRUCTURE";
string name = "Active Tripod " + ofToString(appId);
string description = "Description goes here. Not sure why. Let me know if you see this and tell me if you need it";
spacebrew.addSubscribe(publisher0Name, Spacebrew::TYPE_STRING);