background preloader

Search results

Search results

apitronics Installing MQTT Broker(Mosquitto) on Raspberry Pi To use the new repository you should first import the repository package signing key follow the below comman, the wget command is used to download single file and stores in a current directory. wget sudo apt-key add mosquitto-repo.gpg.key Then make the repository available to apt: cd /etc/apt/sources.list.d/ Enter the following sudo wget to install the mqtt mosquitto for the raspberry pi follow the below steps use sudo before the command if not using root sudo -i The above command is not mandatory ,it is if you wish to use root or you will need to prefix each below command with sudo eg sudo apt-get update The below command is used to update the source list apt-get update After updating type the following commands to install mosquitto broker as shown in the image 1. apt-get install mosquitto the above command is to install mqtt mosquitto broker.

¿Qué es MQTT? – Geeky Theory Para mi primera entrada, voy a hablaros sobre MQTT (Message Queue Telemetry Transport), un protocolo usado para la comunicación machine-to-machine (M2M) en el “Internet of Things“. Este protocolo está orientado a la comunicación de sensores, debido a que consume muy poco ancho de banda y puede ser utilizado en la mayoría de los dispositivos empotrados con pocos recursos (CPU, RAM, …). Un ejemplo de uso de este protocolo es la aplicación de Facebook Messenger tanto para android y Iphone. La arquitectura de MQTT sigue una topología de estrella, con un nodo central que hace de servidor o “broker” con una capacidad de hasta 10000 clientes. La comunicación se basa en unos “topics” (temas), que el cliente que publica el mensaje crea y los nodos que deseen recibirlo deben subscribirse a él. Un “topic” se representa mediante una cadena y tiene una estructura jerárquica. Próximamente intentaré subir un tutorial como ejemplo de su uso. Web MQTT – mqtt.org

The Squirrel Cafe - The Squirrel Cafe iobridge/thingspeak: ThingSpeak is an open source “Internet of Things” application and API to store and retrieve data from things using HTTP over the Internet or via a Local Area Network. With ThingSpeak, you can create sensor logging application

Related: