Skip to content

Commit

Permalink
Remove burster and cbrtester
Browse files Browse the repository at this point in the history
Burster and cbrtester, while useful at the time for debugging specific
issues with the routers, are somewhat redundant with the functionality
of the bwtester applications.
Moving forward, the idea to integrate the useful bits of these two tools
into the bwtester instead; see #210.
  • Loading branch information
matzf committed Dec 3, 2021
1 parent b1af4ca commit ef9b230
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 379 deletions.
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ all: lint build

build: scion-bat \
scion-bwtestclient scion-bwtestserver \
scion-burster \
scion-cbrtester \
scion-netcat \
scion-sensorfetcher scion-sensorserver \
scion-skip \
Expand Down Expand Up @@ -63,14 +61,6 @@ scion-bwtestclient:
scion-bwtestserver:
go build -tags=$(TAGS) -o $(BIN)/$@ ./bwtester/bwtestserver/

.PHONY: scion-burster
scion-burster:
go build -tags=$(TAGS) -o $(BIN)/$@ ./burster/

.PHONY: scion-cbrtester
scion-cbrtester:
go build -tags=$(TAGS) -o $(BIN)/$@ ./cbrtester/

.PHONY: scion-netcat
scion-netcat:
go build -tags=$(TAGS) -o $(BIN)/$@ ./netcat/
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,6 @@ The bandwidth testing application bwtester enables a variety of bandwidth tests
Installation and usage information is available on the [SCION Tutorials web page for bwtester](https://docs.scionlab.org/content/apps/bwtester.html).


## burster

A tool that helps identifying problems with border routers dropping packets. It can also be used to add load to border routers. [README](burster/README.md).

## cbrtester

A tool intended to detect conditions on border routers, where packets are delayed more than the ordinary. [README](cbrtester/README.md).

## netcat

netcat contains a SCION port of the netcat application. See the [netcat README](netcat/README.md) for more information.
Expand Down
6 changes: 0 additions & 6 deletions burster/README.md

This file was deleted.

156 changes: 0 additions & 156 deletions burster/burster.go

This file was deleted.

8 changes: 0 additions & 8 deletions cbrtester/README.md

This file was deleted.

Loading

0 comments on commit ef9b230

Please sign in to comment.