Code Monkey home page Code Monkey logo

mosquittoserver's Introduction

EP1 - MAC0352 - Redes de Computadores e Sistemas Distribuídos

Professor: Daniel Batista

Aluno: Francisco Eugênio Wernke

NUSP: 11221870

O código presente neste arquivo executa um servidor MQTT versão 3.1.1 e aceita conexões de clientes mosquitto_sub e mosquitto_pub.

Para compilar o código:

  make

Para executar o servidor em uma porta:

  ./ep1 <PORTA>

Para inscrever um cliente mosquitto (usando a interface mosquitto_sub):

  mosquitto_sub -V 311 -p <PORTA_DO_SERVIDOR> -h 127.0.0.1 -t <TOPICO>

Para publicar uma mensagem com um cliente mosquitto (usando a interface mosquitto_pub):

  mosquitto_pub -V 311 -p <PORTA_DO_SERVIDOR> -h 127.0.0.1 -t <TOPICO> -m <MENSAGEM>

mosquittoserver's People

Contributors

franwernke avatar

Stargazers

Legusto avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.