Skip to content

Commit

Permalink
deprecated socat for direct link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Shank committed Jun 26, 2023
1 parent 2dc675b commit 860f394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

#Start-up socat to bind the remote serial to IP relay to a virtual port on /dev/hottub
socat pty,link=/dev/hottub,b115200,raw,echo=0 tcp4:${BRIDGE_IP}:${BRIDGE_PORT},forever,interval=10,fork &
# socat pty,link=/dev/hottub,b115200,raw,echo=0 tcp4:${BRIDGE_IP}:${BRIDGE_PORT},forever,interval=10,fork &

#Launch the bwa_mqtt_bridge
/usr/local/bundle/bin/bwa_mqtt_bridge ${MQTT_URI} /dev/hottub
/usr/local/bundle/bin/bwa_mqtt_bridge ${MQTT_URI} tcp://${BRIDGE_IP}:${BRIDGE_PORT}/

0 comments on commit 860f394

Please sign in to comment.