named-data / mini-ndn

Mininet-based NDN emulator (mailing list: http://www.lists.cs.ucla.edu/mailman/listinfo/mini-ndn)
https://minindn.memphis.edu
GNU General Public License v3.0
72 stars 41 forks source link

NFD installed without websocket #66

Open matianxing1992 opened 2 years ago

matianxing1992 commented 2 years ago

When the dependencies are installed with "./install.sh --source", the NFD/websocket sub-module is not installed.

yoursunny commented 1 year ago

This is intentional, as none of existing Mini-NDN experiments is making use of WebSocket. https://github.com/named-data/mini-ndn/blob/edd777fdfcadcc7e2a07f68c82bfa97f14338335/util/pkgdep/common.sh#L124

If you have a scenario that requires WebSocket, please describe the scenario, and I'll consider changing the settings.