Open Source Windows Network Simulators - Page 3

Network Simulators for Windows

View 1271 business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1

    SW2PSA

    SW2PSA (Stop & Wait and Sliding Window Protocol Simulator and Animator

    SW2SPA is an educational simulator with animation for network protocols that allow reliable data transfer, specifically developed for the stop and wait protocols, go-back-N and selective repeat. The aim of SW2PSA is to be used as a tool to support the animation of this protocols in a course like data networks, communication protocols or other related, and to include in the course a project that involves the programming of any of these protocols using a very known language as Java. Since it is an open source program also helps the student who wishes to know the structure of a simple discrete event network simulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Secure VPC Network Generator

    Secure VPC Network Generator

    Deploys a secure VPC on AWS with public/private subnets using Terraform. This tool provides a calculator and generator for AWS VPC Terraform configurations. It allows you to quickly scaffold a secure VPC with multiple subnets. Quick Start To use this tool, run the generator: bash # Generate a VPC with 3 subnets python lab_runner.py vpc-gen --cidr 10.10.0.0/16 --subnets 3 --output my_vpc.tf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Improved Network Energy Conserving Algorithm based Sensor Network Simulator. The algorithm derives from LEACH and gives better performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    An adhoc network simulator that tests multiple transceiver base stations in a peer to peer environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    The program Virtual Network Simulator for Web 2.0 is a tool that allows the simulation of assembly and configuration of computer network projects, virtual or physical. It also simulate the sending of a package between the hots of origin and destinati
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Simured is a multicomputer network simulation whith visual interface to see packet movement on the network. It is multi platform and there are versions in Java and C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    VisualVNC

    VisualVNC is a connector between virtual network and physical network.

    VisualVNC is a connector between virtual network and physical network. A virtual network mainly refers to the topology created by GNS3 (Graphical Network Simulator, a popular network simulator), the physical network means the real machines or virtual machines (created by VMware, virtualbox and so on) which are running Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    WIPsim (Wireless IP Simulator) is a network simulator for all layers of the OSI model. The current version is focussed on dealing with IPv6. The simulator was started to investigate wireless (data) networks and mobility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Yans is a extensible, mixed-level, Monte-Carlo Method based, discrete event network simulator. Yans is divided into interacting layers, namely: core, topology, nodes, monitors; and is driven by a config-file that describes the setup of the network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    eonsim

    eonsim

    An Elastic Optical Network Simulator

    This software is designed to simulate a WDM gridless and elastic network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    evotopo

    Evolving Realistic Topologies for Wireless Network Simulation

    There is a need for realistic node topologies for simulating and testing wireless network protocols. The softare evoTopo is able to generate multiple different topologies based on a given reference example, typically from a real-world setup. Based on this an evolutionary algorithm evolves new topology files with equal parameters regarding node density, distribution homogeneity and network properties such as node degree distrbution. evoTopo can be used with any wireless network simulator that will accept a node position file of some form. The reference file must be given in .csv format listing the x- and y-coordinates of the nodes. evoTopo is written in Java and will run on Java 6 or higher. It is released under the GPL v3 license. It comes with reference topology files in .csv format for mesh networks deployed in Berlin, Wien, Leipzig and MIT. See the README file for further information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MILPFlow: An Open Source Project to Simulate VM Placement of Data Centers. Data center network topology simulator with Lingo and network simulator 2 (ns-2)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    NS-2 Trace Statistics is a tool for easy generation of summary statistics from Network Simulator trace files, such as: total and network delay, packets generated, sent, received and dropped, run length histograms and MRU stack depth.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    OPENOLSRV2 is an OLSRv2 (Optimized Link State Routing protocol version 2) implementation for the ns2 network simulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This project provides an OSPF implementation for the Network Simulator 2 (ns-2).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SGsim is a co-simulation framework consists mainly of the network simulator OMNeT++ and the power grid simulator OpenDSS. Abdalkarim Awad, Peter Bazan and Reinhard German, "SGsim: a Simulation Framework for Smart Grid Applications," Proceedings of the IEEE International Energy Conference, Dubrovnik, Croatia, pp. 730-736, May 2014
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    TraceMetrics

    TraceMetrics is a trace file analyzer for Network Simulator 3 (ns-3).

    TraceMetrics is a trace file analyzer for Network Simulator 3 (ns-3). The main goal is to perform a quick analyzis of the trace file produced by ns-3's simulations and calculate useful metrics for research and performance measurement. Such tool is needed because a research simulation may generate a trace file with thousands of lines, becoming dificult to analyze manually. Due to this, this tool can be handy in case someone needs a metric that the tool already support. TraceMetrics is an opensource tool, developed in Java and the code can be found here. We encourage the users to report any bugs found in the tool, mailing us at tracemetrics (at) tracemetrics.net
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB