Skip to content

Commit

Permalink
Updated immediate forward and ERVcloudforwarding for SNMPv3 with clie…
Browse files Browse the repository at this point in the history
…nt from Carma Streets
  • Loading branch information
willjohnsonk committed Jun 30, 2023
1 parent 2e5b097 commit 78b7c24
Show file tree
Hide file tree
Showing 11 changed files with 999 additions and 285 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
command: /bin/sh -c "while sleep 1000; do :; done"
environment:
- MYSQL_PASSWORD=/run/secrets/mysql_password
- SIMULATION_MODE=true
- SIMULATION_MODE=false
- SIMULATION_IP=127.0.0.1
- SIMULATION_REGISTRATION_PORT=6767
- LOCAL_IP=127.0.0.1
Expand Down
10 changes: 5 additions & 5 deletions container/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ done
# command plugin must always be enabled
tmxctl --plugin CommandPlugin --enable
# If in simulation mode, enable SimulationAdapter
if [ "${SIMULATION_MODE^^}" = "TRUE" ]
then
echo "Enabling CDASim Adapter for Simulation Integration!"
tmxctl --plugin CDASimAdapter --enable
fi
# if [ "${SIMULATION_MODE^^}" = "TRUE" ]
# then
# echo "Enabling CDASim Adapter for Simulation Integration!"
# tmxctl --plugin CDASimAdapter --enable
# fi
tmxcore
Loading

0 comments on commit 78b7c24

Please sign in to comment.