Skip to content

Commit 914e1ea

Browse files
authored
Remove burster and cbrtester (#211)
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.
1 parent b1af4ca commit 914e1ea

File tree

6 files changed

+0
-379
lines changed

6 files changed

+0
-379
lines changed

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ all: lint build
1616

1717
build: scion-bat \
1818
scion-bwtestclient scion-bwtestserver \
19-
scion-burster \
20-
scion-cbrtester \
2119
scion-netcat \
2220
scion-sensorfetcher scion-sensorserver \
2321
scion-skip \
@@ -63,14 +61,6 @@ scion-bwtestclient:
6361
scion-bwtestserver:
6462
go build -tags=$(TAGS) -o $(BIN)/$@ ./bwtester/bwtestserver/
6563

66-
.PHONY: scion-burster
67-
scion-burster:
68-
go build -tags=$(TAGS) -o $(BIN)/$@ ./burster/
69-
70-
.PHONY: scion-cbrtester
71-
scion-cbrtester:
72-
go build -tags=$(TAGS) -o $(BIN)/$@ ./cbrtester/
73-
7464
.PHONY: scion-netcat
7565
scion-netcat:
7666
go build -tags=$(TAGS) -o $(BIN)/$@ ./netcat/

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,6 @@ The bandwidth testing application bwtester enables a variety of bandwidth tests
115115
Installation and usage information is available on the [SCION Tutorials web page for bwtester](https://docs.scionlab.org/content/apps/bwtester.html).
116116

117117

118-
## burster
119-
120-
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).
121-
122-
## cbrtester
123-
124-
A tool intended to detect conditions on border routers, where packets are delayed more than the ordinary. [README](cbrtester/README.md).
125-
126118
## netcat
127119

128120
netcat contains a SCION port of the netcat application. See the [netcat README](netcat/README.md) for more information.

burster/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

burster/burster.go

Lines changed: 0 additions & 156 deletions
This file was deleted.

cbrtester/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)