MQTT/en: Unterschied zwischen den Versionen
		
		
		
		
		
		
		Zur Navigation springen
		Zur Suche springen
		
				
		
		
		
		
		
		
		
		
	
| Cg (Diskussion | Beiträge)  (Die Seite wurde neu angelegt: „MQTT is a publish/subscribe protocol used in the Internet of Things (IoT). This plugin provides an interface to an MQTT broker (such as mosquitto) and  allows …“) | Sv (Diskussion | Beiträge)  | ||
| Zeile 5: | Zeile 5: | ||
| The later allows for robustness tests (invalid, long, short, broken packets), timing measurements and load/performance tests | The later allows for robustness tests (invalid, long, short, broken packets), timing measurements and load/performance tests | ||
| to be implemented easily via drag&drop. | to be implemented easily via drag&drop. | ||
| If you want to evaluate MQTT with expecco, and you don't have a MQTT-enabled application yet, exept can provide you with a demo-application in a docker image. | |||
| Import the docker image with: | |||
|     docker image import docker-mqtt-image.tar | |||
| Start a container based on the image (running in forground): | |||
|     docker run -ti --rm -p1883:1883 -p8883:8883 -p9001:9001 exept/mqtt | |||
Version vom 11. Dezember 2018, 14:57 Uhr
MQTT is a publish/subscribe protocol used in the Internet of Things (IoT). This plugin provides an interface to an MQTT broker (such as mosquitto) and allows for both typical high-level interaction via publish/subscribe/waitForEvent operations, and low level (wire-level) interaction on the packet level. The later allows for robustness tests (invalid, long, short, broken packets), timing measurements and load/performance tests to be implemented easily via drag&drop.
If you want to evaluate MQTT with expecco, and you don't have a MQTT-enabled application yet, exept can provide you with a demo-application in a docker image.
Import the docker image with:
docker image import docker-mqtt-image.tar
Start a container based on the image (running in forground):
docker run -ti --rm -p1883:1883 -p8883:8883 -p9001:9001 exept/mqtt
