Skip to content

bingogh/mosquitto-optimized

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

mosquitto-optimized

###mosquitto is optimized by using linux epoll

mosquitto version 1.4.8 mosquitto is an MQTT v3.1 broker.

Usage: mosquitto [-c config_file] [-d] [-h] [-p port] -c : specify the broker config file. -d : put the broker into the background after starting. -h : display this help. -p : start the broker listening on the specified port. not recommended in conjunction with the -c option. -v : verbose mode - enable all logging types. This overrides any logging options given in the config file. -ep : epoll mode - enable linux epoll. This overrides See http://mosquitto.org/ for more information.

  • using linux epoll mode mosquitto is optimization based on version 1.4.8
  • usage:
  1. epoll mode: mosquitto -ep -p 1883 -c xxxx.conf
  2. poll mode: mosquitto -p 1883 -c xxxx.conf

About

mosquitto is optimized by using linux epoll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 65.2%
  • Python 15.2%
  • Roff 9.6%
  • C++ 3.4%
  • Makefile 3.1%
  • HTML 1.0%
  • Other 2.5%