mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-25 19:34:16 +08:00
Test config and scripts for example plugins.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
plugin ./mosquitto_add_properties.so
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
../../../src/mosquitto -c test.conf -v
|
||||
@@ -0,0 +1,3 @@
|
||||
listener 1883
|
||||
|
||||
plugin ./mosquitto_auth_by_ip.so
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
../../../src/mosquitto -c test.conf -v
|
||||
@@ -0,0 +1 @@
|
||||
plugin ./mosquitto_client_properties.so
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
../../../src/mosquitto -c test.conf -v
|
||||
@@ -0,0 +1 @@
|
||||
plugin ./mosquitto_connection_state.so
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
../../../src/mosquitto -c test.conf -v
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
../../src/mosquitto -c test.conf -v
|
||||
../../../src/mosquitto -c test.conf -v
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
plugin ./mosquitto_message_timestamp.so
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
../../../src/mosquitto -c test.conf -v
|
||||
@@ -0,0 +1 @@
|
||||
plugin ./mosquitto_payload_modification.so
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
../../../src/mosquitto -c test.conf -v
|
||||
@@ -1,4 +1 @@
|
||||
listener 1883
|
||||
allow_anonymous true
|
||||
|
||||
plugin ./mosquitto_print_ip_on_publish.so
|
||||
|
||||
Reference in New Issue
Block a user