Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Commit e8e0f6e

Browse files
committed
README: ccnd actually runs on Windows
https://sites.google.com/site/ccntextconf/project-updates/buildingandrunningccnxonwindows so NDNSF is not the first forwarder on Windows
1 parent 81df0d7 commit e8e0f6e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# NDNSF - NDN Slim Forwarder
22

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.
45

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.
68

79
## Installation
810

@@ -16,11 +18,10 @@ NDNSF is compatible with [NDNx](https://github.com/named-data/ndnx) and [CCNx](h
1618

1719
* Start NDNSF by executing `nodejs .` or `node .` in NDNSF code directory.
1820
* 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:
2022
* NDN-On-Node apps and CCNx Java apps can be used directly.
2123
* NDNx apps need `NDN_LOCAL_TRANSPORT=tcp` environment variable.
2224
* CCNx apps need `CCN_LOCAL_TRANSPORT=tcp` environment variable.
23-
* A WebSocketListener listens on port 9696.
2425
* NDN-JS apps can connect to `ws://localhost:9696/`
2526
* Access NDNSF manager webapp at <http://localhost:9696/>
2627

0 commit comments

Comments
 (0)