7 int main(
int,
const char **argv)
10 setenv(
"DIM_DNS_NODE",
"localhost", 0);
13 const std::string server = argv[1] ? argv[1] :
"TIME";
16 std::cout <<
"Subscribing to " << server <<
"/MESSAGE...\n" << std::endl;
The base implementation of a distributed messaging system.
int main(int, const char **argv)
Based on MessageImp, subscribes to a MESSAGE service in the Dim network.