Publish code submitted
CLASSES ADDED: Forwarding Entry and FaceInstance.
NOTE: the CCNx daemon doesn't accept the FaceInstance it receives.
Instead,
diff --git a/js/publish-data.html b/js/publish-data.html
index 84fb9ac..96ed252 100644
--- a/js/publish-data.html
+++ b/js/publish-data.html
@@ -37,7 +37,10 @@
<script type="text/javascript" src="PublisherPublicKeyDigest.js"></script>
+ <script type="text/javascript" src="FaceInstance.js"></script>
+ <script type="text/javascript" src="ForwardingEntry.js"></script>
+
<script type="text/javascript" src="encoding/BinaryXMLEncoder.js"></script>
<script type="text/javascript" src="encoding/BinaryXMLCodec.js"></script>
@@ -53,6 +56,12 @@
var Content = document.getElementById('content').value;
+ //createRoute('borges.metwi.ucla.edu', 9695);
+
+ createRoute('localhost', 9695);
+
+ registerPrefix(ContentName, Content);
+
///////////////////////////////////////