Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 3, 2019 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/4619937a3cc04e090d8019cd8c30606b to your computer and use it in GitHub Desktop.
Save ryantm/4619937a3cc04e090d8019cd8c30606b to your computer and use it in GitHub Desktop.
/nix/store/x0fsxk5vwsfvfhfy66irlsi7glb4rmjd-mosquitto-1.5.5
├── bin
│   ├── mosquitto
│   ├── mosquitto_passwd
│   ├── mosquitto_pub
│   └── mosquitto_sub
├── etc
│   └── mosquitto
│   ├── aclfile.example
│   ├── mosquitto.conf
│   ├── pskfile.example
│   └── pwfile.example
├── include
│   ├── mosquitto_broker.h
│   ├── mosquitto.h
│   ├── mosquitto_plugin.h
│   └── mosquittopp.h
├── lib
│   ├── libmosquittopp.so -> libmosquittopp.so.1
│   ├── libmosquittopp.so.1 -> libmosquittopp.so.1.5.5
│   ├── libmosquittopp.so.1.5.5
│   ├── libmosquitto.so -> libmosquitto.so.1
│   ├── libmosquitto.so.1 -> libmosquitto.so.1.5.5
│   ├── libmosquitto.so.1.5.5
│   └── pkgconfig
│   ├── libmosquitto.pc
│   └── libmosquittopp.pc
├── sbin -> bin
└── share
└── man
├── man1
│   ├── mosquitto_passwd.1.gz
│   ├── mosquitto_pub.1.gz
│   └── mosquitto_sub.1.gz
├── man3
│   └── libmosquitto.3.gz
├── man5
│   └── mosquitto.conf.5.gz
├── man7
│   ├── mosquitto-tls.7.gz
│   └── mqtt.7.gz
└── man8
└── mosquitto.8.gz
14 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment