Skip to content

Bismark is a project to take active network measurements from home routers

License

Notifications You must be signed in to change notification settings

shahifaqeer/bismark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bismark-devel/bismark has moved to projectbismark/bismark

The repo you are looking for has moved. You can now find it at https://github.com/projectbismark/bismark

How to update your local copy of 'bismark'

If you have any local repositories configured to pull from this repository (i.e. remotes set up for bismark-devel/bismark), please do the following to update it to point at the new repository location:

  1. cd to the top directory of your local repository (e.g. cd bismark)

  2. Open .git/config in your favorite editor and replace every instance of 'bismark-devel' with 'projectbismark', as in the following example:

 [remote "origin"]
    fetch = +refs/heads/*:refs/remotes/origin/*
-       url = [email protected]:bismark-devel/bismark.git
+       url = [email protected]:projectbismark/bismark.git

Run a git pull to confirm that everything is working as expected.

About

Bismark is a project to take active network measurements from home routers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 51.9%
  • C++ 21.8%
  • C 14.7%
  • Perl 5.1%
  • Python 2.9%
  • XML 2.2%
  • Other 1.4%