GithubHelp home page GithubHelp logo

john-curry / 361a3 Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 42 KB

Given a pcap file of traceroute connections, analyze the route that the connections took to get to their destinations. Computer Networking Assignment

C++ 98.12% Makefile 1.88%

361a3's Introduction

Author: John Curyy
Student Number: V00755720

Compile: make

Run: make run

To change the input file, edit the ARGS variable in the makefile

Structure:
  The program is losely structured as a Model/View/Controller where the 
  connections class is the controller, the view is the << operator which
  is overloaded for the models which are the connection and packet classes.

  Packets are encapsulate in the packet class located in the packet.h file. 

  A single connection is in the connection class located in the connection.h file.

  Connections are managed by the connections class in the connections.h file.

  Packets are processed as they come in. The connections class checks to see if the packet
  is part of a already existing connection, otherwise it is passed to the connection it is
  associated with. Packets are checked in the check_packet function of the connection class.
  
  Packets are processed by their respective connections in the recv_packet function of the
  connection class. 

  Printing is done in the print.cpp file.

361a3's People

Contributors

john-curry avatar

Watchers

James Cloos avatar  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.