Skip to content

A pure C++ implementation of the Spanning Tree Protocol which builds a loop-free logical topology of bridges and LANs.

Notifications You must be signed in to change notification settings

akkapakasaikiran/NoLoops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoLoops

A pure C++ implementation of the Spanning Tree Protocol which builds a loop-free logical topology of bridges and LANs. The functioning of learning bridges on a sequence of data transfers is also simulated using callacks which print to stdout. This was done as a course assignment for CS252 (Computer Networks Lab) in my second year at IITB. Object Orinted Programming was used heavily in this project.

Description of the code will probably be updated in a while.

About

A pure C++ implementation of the Spanning Tree Protocol which builds a loop-free logical topology of bridges and LANs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages