You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# NDNSF - NDN Slim Forwarder
2
2
3
-
NDNSF is a lightweight [Named Data Networking](http://www.named-data.net/) forwarder based on [NDN-On-Node](https://github.com/named-data/NDN-On-Node). NDNSF is probably the first NDN forwarder that runs on Windows.
3
+
[NDNSF](http://yoursunny.com/p/NDNSF/) is a lightweight [Named Data Networking](http://www.named-data.net/) forwarder based on [NDN-On-Node](https://github.com/named-data/NDN-On-Node), compatible with [NDNx](https://github.com/named-data/ndnx) and [CCNx](http://www.ccnx.org/).
4
+
NDNSF is tested on Ubuntu 12.04 and Windows 7.
4
5
5
-
NDNSF is compatible with [NDNx](https://github.com/named-data/ndnx) and [CCNx](http://www.ccnx.org/). NDNSF is not designed for speed, and is not a replacement of ndnd or [NDNFD](https://github.com/NDN-Routing/NDNFD). NDNSF is not endorsed by NDN project group.
6
+
NDNSF is not designed for speed, and is not a replacement of ndnd or [NDNFD](https://github.com/NDN-Routing/NDNFD).
7
+
NDNSF is not endorsed by NDN project group.
6
8
7
9
## Installation
8
10
@@ -16,11 +18,10 @@ NDNSF is compatible with [NDNx](https://github.com/named-data/ndnx) and [CCNx](h
16
18
17
19
* Start NDNSF by executing `nodejs .` or `node .` in NDNSF code directory.
18
20
* Make sure any other programs that listens on port 9695 and 9696 are stopped.
19
-
* Ask local apps to use TCP transport instead of UNIX sockets:
21
+
* Ask local apps to use TCP or WebSocket transport instead of UNIX sockets:
20
22
* NDN-On-Node apps and CCNx Java apps can be used directly.
21
23
* NDNx apps need `NDN_LOCAL_TRANSPORT=tcp` environment variable.
22
24
* CCNx apps need `CCN_LOCAL_TRANSPORT=tcp` environment variable.
23
-
* A WebSocketListener listens on port 9696.
24
25
* NDN-JS apps can connect to `ws://localhost:9696/`
25
26
* Access NDNSF manager webapp at <http://localhost:9696/>
0 commit comments