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
If you are running [NDN-DPDK in Docker container](Docker.md), start another container from the same NDN-DPDK image.
118
-
The `/run/ndn` directory should be mounted into both containers in order to establish memif connection.
119
-
In this case, you should change `--gqlserver` flag to target the container.
118
+
The `/run/ndn` directory should be mounted into both containers in order to establish memif connection; you also need to change `--gqlserver` flag and `NDNTS_NDNDPDK_GQLSERVER` environment variable to target the container.
119
+
Moreover, any folders that you want to serve from the NDN-DPDK file server should be mounted into the container; however, this isn't necessary in this example.
120
120
121
121
The sample activation parameters given in [NDN-DPDK activation sample](../sample/activate) may be used in this scenario.
122
-
Follow the instructions in the sample, then run `corepack pnpm start -s fileserver-args.ts | ndndpdk-ctrl --gqlserver http://127.0.0.1:3031 activate-fileserver` to send a file server activation command.
122
+
Follow the instructions in the sample, then send a file server activation command with this command:
NDN-DPDK file server also supports directory listing as defined in the [ndn6-file-server protocol](https://github.com/yoursunny/ndn6-tools/blob/main/file-server.md).
164
+
You can use the [ndncat command](https://ndnts-docs.ndn.today/typedoc/modules/cat.html) to view the directory listing or recursively retrieve a directory.
0 commit comments