Skip to content

Commit

Permalink
Bump calypso to cmdline args
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Aug 28, 2024
1 parent cef4654 commit 2ec9d29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions odysseus_tree/package/calypso/S76calypso
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
PIDFILE=/var/run/calypso.pid
EXECUTABLE=/usr/bin/calypso
INTERFACE_NAME=can0
BROKER_IP=localhost:1883
BROKER_IP="localhost:1883"

case "$1" in
start)
echo "Starting calypso..."
# start (S) executable (x) in background (b), make pid file (m) at p
start-stop-daemon -S -x "$EXECUTABLE" -b -m -p "$PIDFILE" -- $BROKER_IP $INTERFACE_NAME
start-stop-daemon -S -x "$EXECUTABLE" -b -m -p "$PIDFILE" -- -u $BROKER_IP -c $INTERFACE_NAME -e
;;
stop)
echo "Stopping calypso..."
Expand Down
2 changes: 1 addition & 1 deletion odysseus_tree/package/calypso/calypso.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CALYPSO_VERSION = 4cc0526e0f59748359efb8127dabd5468cab9b05
CALYPSO_VERSION = 27aec3ffe8d86e825e75783ae8e5fd3d132c39ab
CALYPSO_SITE_METHOD = git
CALYPSO_SITE = https://github.com/Northeastern-Electric-Racing/Calypso
CALYPSO_GIT_SUBMODULES = YES
Expand Down

0 comments on commit 2ec9d29

Please sign in to comment.