aboutsummaryrefslogtreecommitdiff
path: root/emulators/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-11-18 20:37:39 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-11-18 20:37:39 +0000
commit7ca70c1517faf6bd61d688ce082f6dd6cc6475c1 (patch)
tree890453569b7a697dd7781075c8ac257771744c6c /emulators/Makefile
parent980656d730f0b1d2351d682827df23c850edccda (diff)
downloadports-7ca70c1517faf6bd61d688ce082f6dd6cc6475c1.tar.gz
ports-7ca70c1517faf6bd61d688ce082f6dd6cc6475c1.zip
[NEW] emulators/vpsc: Virtual PC Simulator
The VPCS can simulate up to 9 PCs. You can ping/traceroute them, or ping/traceroute the other hosts/routers from the virtual PCs when you study the Cisco routers in the Dynamips. VPCS is not the traditional PC, it is just a program running on the Linux or FreeBSD, and only few network commands can be used in it. But VPCS can give you a big hand when you study the Cisco devices in the Dynamips. VPCS can replace the routers or VMware boxes which are used as PCs in the Dynamips network. It can save your CPU/Memory. It is very small. VPCS can be run in udp or ether mode. In the udp mode, VPCS sends or receives the packets via udp. In the ether mode, via /dev/tap. WWW: https://wiki.freecode.com.cn/doku.php?id=wiki:vpcs
Notes
Notes: svn path=/head/; revision=401895
Diffstat (limited to 'emulators/Makefile')
-rw-r--r--emulators/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index 056e4f32e4e1..db64d13f034f 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -154,6 +154,7 @@
SUBDIR += vmips
SUBDIR += vmsbackup
SUBDIR += vmw
+ SUBDIR += vpcs
SUBDIR += vxtools
SUBDIR += wine
SUBDIR += wine-devel