Skip to content

Commit

Permalink
sn test
Browse files Browse the repository at this point in the history
  • Loading branch information
embhorn committed Oct 30, 2023
1 parent 8c88d23 commit 7c02d58
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/mqtt-sn-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,7 @@ jobs:
- name: Write config to change broker
working-directory: ./gateway/MQTTSNGateway/bin
run: |
echo -e "GatewayID=1" "" \
"GatewayName=PahoGateway-01" "" \
"MaxNumberOfClients=30" "" \
"KeepAlive=60" "" \
"BrokerName=localhost" "" \
"BrokerPortNo=1883" "" \
"AggregatingGateway=NO" "" \
"QoS-1=NO" "" \
"Forwarder=NO" "" \
"PredefinedTopic=NO" "" \
"ClientAuthentication=NO" "" \
"GatewayPortNo=10000" "" \
"MulticastPortNo=1883" "" \
"MulticastIP=225.1.1.1" "" \
"MulticastTTL=1" | cat > gateway.conf
printf "GatewayID=1\nGatewayName=PahoGateway-01\nMaxNumberOfClients=30\nKeepAlive=60\nBrokerName=localhost\nBrokerPortNo=1883\nAggregatingGateway=NO\nQoS-1=NO\nForwarder=NO\nPredefinedTopic=NO\nClientAuthentication=NO\nGatewayPortNo=10000\nMulticastPortNo=1883\nMulticastIP=225.1.1.1\nMulticastTTL=1" > gateway.conf
- name: Display gateway config
working-directory: ./gateway/MQTTSNGateway/bin
run: more gateway.conf
Expand Down

0 comments on commit 7c02d58

Please sign in to comment.