Skip to content

Commit 73fbaf0

Browse files
authored
Remove camerapp (#208)
Remove camerapp. We've not had a running instance for some time. The image-retrieval was built as a custom UDP-based ~reliable protocol. With the libraries we have now, it would definitely make much more sense to build this as a rather simple webserver instead (or at least, use quic). Remove camerapp functionality from webapp.
1 parent 631c716 commit 73fbaf0

File tree

20 files changed

+5
-1019
lines changed

20 files changed

+5
-1019
lines changed

.gitignore

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,6 @@ vendor/*/
3838

3939
# generated binaries
4040
bin/
41-
bat/bat
42-
bwtester/bwtestclient/bwtestclient
43-
bwtester/bwtestserver/bwtestserver
44-
camerapp/imagefetcher/imagefetcher
45-
camerapp/imageserver/imageserver
46-
sensorapp/sensorfetcher/sensorfetcher
47-
sensorapp/sensorserver/sensorserver
48-
webapp/webapp
49-
netcat/netcat
50-
ssh/client/client
51-
ssh/server/server
52-
roughtime/timeclient/timeclient
53-
roughtime/timeserver/timeserver
54-
_examples/helloworld/helloworld
55-
_examples/shttp/client/client
56-
_examples/shttp/server/server
5741

5842
# vscode workspace
5943
*.code-workspace

Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ build: scion-bat \
1818
scion-bwtestclient scion-bwtestserver \
1919
scion-burster \
2020
scion-cbrtester \
21-
scion-imagefetcher scion-imageserver \
2221
scion-netcat \
2322
scion-sensorfetcher scion-sensorserver \
2423
scion-skip \
@@ -72,14 +71,6 @@ scion-burster:
7271
scion-cbrtester:
7372
go build -tags=$(TAGS) -o $(BIN)/$@ ./cbrtester/
7473

75-
.PHONY: scion-imagefetcher
76-
scion-imagefetcher:
77-
go build -tags=$(TAGS) -o $(BIN)/$@ ./camerapp/imagefetcher/
78-
79-
.PHONY: scion-imageserver
80-
scion-imageserver:
81-
go build -tags=$(TAGS) -o $(BIN)/$@ ./camerapp/imageserver/
82-
8374
.PHONY: scion-netcat
8475
scion-netcat:
8576
go build -tags=$(TAGS) -o $(BIN)/$@ ./netcat/

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@ A tool that helps identifying problems with border routers dropping packets. It
122122
## cbrtester
123123

124124
A tool intended to detect conditions on border routers, where packets are delayed more than the ordinary. [README](cbrtester/README.md).
125-
## camerapp
126-
127-
Camerapp contains image fetcher and server applications, using the SCION network. Documentation of the code is available in the [camerapp README](camerapp/README.md).
128-
129-
Installation and usage information is available on the [SCION Tutorials web page for camerapp](https://docs.scionlab.org/content/apps/access_camera.html).
130-
131125

132126
## netcat
133127

camerapp/README.md

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

camerapp/camerapp_integration_test.go

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

0 commit comments

Comments
 (0)