From 4ded55dbefdbc72980f14bb7175726b807122ea8 Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Mon, 30 Oct 2023 07:54:22 -0500 Subject: [PATCH] sn test --- .github/workflows/mqtt-sn-check.yml | 30 ++++++++++++++--------------- wolfmqtt.vcxproj | 4 ++++ 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/.github/workflows/mqtt-sn-check.yml b/.github/workflows/mqtt-sn-check.yml index 058b88955..29c74279d 100644 --- a/.github/workflows/mqtt-sn-check.yml +++ b/.github/workflows/mqtt-sn-check.yml @@ -44,21 +44,21 @@ jobs: - name: Write config to change broker working-directory: ./gateway/MQTTSNGateway/bin run: | - echo -n "GatewayID=1\n" \ - "GatewayName=PahoGateway-01\n" \ - "MaxNumberOfClients=30\n" \ - "KeepAlive=60\n" \ - "BrokerName=localhost\n" \ - "BrokerPortNo=1883\n" \ - "AggregatingGateway=NO\n" \ - "QoS-1=NO\n" \ - "Forwarder=NO\n" \ - "PredefinedTopic=NO\n" \ - "ClientAuthentication=NO\n" \ - "GatewayPortNo=10000\n" \ - "MulticastPortNo=1883\n" \ - "MulticastIP=225.1.1.1\n" \ - "MulticastTTL=1" | cat > gateway.conf + echo $"GatewayID=1\n" \ + $"GatewayName=PahoGateway-01\n" \ + $"MaxNumberOfClients=30\n" \ + $"KeepAlive=60\n" \ + $"BrokerName=localhost\n" \ + $"BrokerPortNo=1883\n" \ + $"AggregatingGateway=NO\n" \ + $"QoS-1=NO\n" \ + $"Forwarder=NO\n" \ + $"PredefinedTopic=NO\n" \ + $"ClientAuthentication=NO\n" \ + $"GatewayPortNo=10000\n" \ + $"MulticastPortNo=1883\n" \ + $"MulticastIP=225.1.1.1\n" \ + $"MulticastTTL=1" | cat > gateway.conf - name: Display gateway config working-directory: ./gateway/MQTTSNGateway/bin run: more gateway.conf diff --git a/wolfmqtt.vcxproj b/wolfmqtt.vcxproj index 9f79e47e0..406d8842b 100755 --- a/wolfmqtt.vcxproj +++ b/wolfmqtt.vcxproj @@ -145,10 +145,14 @@ + + + +