commit | d363e633a6f36d5148b6bf237277ed7186d29a11 | [log] [tgz] |
---|---|---|
author | Axel Colin de Verdiere <axel@pionid.com> | Wed Jun 06 05:16:43 2012 -0700 |
committer | Axel Colin de Verdiere <axel@pionid.com> | Wed Jun 06 05:16:43 2012 -0700 |
tree | 6baf1d9f31ab90f460f12d3c5336a20ca8bab5b2 | |
parent | 09847970b02799300c5e3f838f52ed269f724610 [diff] [blame] |
We now get the PKD from the remote node when starting
diff --git a/js/test-publish-data.html b/js/test-publish-data.html index 85eaafa..664e30c 100644 --- a/js/test-publish-data.html +++ b/js/test-publish-data.html
@@ -96,6 +96,8 @@ //var co = queryPrefix( ContentName ); var connector = new lwNDN('127.0.0.1', 9695); + //var connector = new lwNDN('131.179.141.15', 9695); + var co = connector.put( ContentName, Content );