Skip to content

Commit ccbd0c1

Browse files
committed
Merge branch 'master' into tr_graph
2 parents 1064fbf + 7237654 commit ccbd0c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+680
-1758
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
*~
1818

1919
# User-defined webapp node addresses
20-
clients_default.json
21-
clients_user.json
22-
servers_user.json
20+
webapp/web/config/clients_default.json
21+
webapp/web/config/clients_user.json
22+
webapp/web/config/servers_user.json
2323

2424
# Generated webapp data and logging
25-
webapp.db
26-
webapp/data
25+
webapp/web/webapp.db
26+
webapp/web/data
2727
.webapp
2828

2929
# IDE project files

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: all clean
22

33
ROOT_DIR=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
4-
SRCDIRS= helloworld sensorapp/sensorserver sensorapp/sensorfetcher camerapp/imageserver camerapp/imagefetcher bwtester/bwtestserver bwtester/bwtestclient webapp bat bat/example_server tools/pathdb_dump roughtime/timeserver roughtime/timeclient ssh/client ssh/server netcat
4+
SRCDIRS= helloworld sensorapp/sensorserver sensorapp/sensorfetcher camerapp/imageserver camerapp/imagefetcher bwtester/bwtestserver bwtester/bwtestclient webapp bat bat/example_server tools/pathdb_dump ssh/client ssh/server netcat
55
TARGETS = $(foreach D,$(SRCDIRS),$(D)/$(notdir $(D)))
66

77
all: $(TARGETS)

camerapp/imageserver/paparazzi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
from picamera import PiCamera, Color
44
from time import sleep

deps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ if ! verleq 1.11.0 "$V"; then
1111
echo "Go version 1.11 or newer required"
1212
exit 1
1313
fi
14+
sudo apt-get install -y libpam0g-dev
1415
command -v govendor >/dev/null || go get github.com/kardianos/govendor
1516
govendor sync -v

roughtime/README.md

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

0 commit comments

Comments
 (0)