Git Product home page Git Product logo

network-simulation's Introduction

Network-Simulation

Welcome to the 7-Node Network Simulator. By: Mia Kilborn

MAKING AND RUNNING

MAKE --

  1. To build the project, navigate to the root directory of the project (same location as this README file) in a terminal window.
  2. Type 'make' on the command line. This will compile 7 executable files stored in the bin/ directory

RUN --

  • To run all nodes in the same window, type 'make run' on the command line. If the project has not been built yet, this command will build the project before running it.
  • To run each node in separate windows, open 7 terminal windows and run './bin/n{x}' in each, where {x} is the node number to execute.
  • Note that if not all nodes are started, exiting the program will not run smoothly.

INPUT --

  • Input is expected to be of the format 'filename.txt n{x}' and will exit upon bad input.

EXITING --

  • If you need to exit the program at any time during execution, the program will catch a ctrl+c signal and end background processes before exiting
  • If you can wait

OTHER NOTES

  • When a node prints to the screen, it prints its name and number in square brackets first
  • Network delay is between 1 and 2,000 milliseconds
  • If the program does not terminate properly, you must manually kill the processes, they called n1 through n7
  • Running 'make clean' will empty the bin directory

network-simulation's People

Contributors

miakilborn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.