My Project
|
The globally unique address of NPL runtime. More...
#include <NPLCommon.h>
The globally unique address of NPL runtime.
Usually it is IP:port, which is also mapped to an email like string, called NPL ID or NID. The NID is obtained when an IP:port is authenticated and retrieved the NID from a NPL name server. The name server can be implemented via a jabber or web server.
Always create using shared pointer like this: NPLRuntimeAddress_ptr address(new NPLRuntimeAddress_ptr(...));