-
Notifications
You must be signed in to change notification settings - Fork 2
Home
JunHee Kim edited this page Sep 23, 2018
·
1 revision
Set Up Program
Please make shell script
sudo apt-get install git git clone https://github.com/MQTT-HILIGHT/Mosquitto-Extention.git cd ./Mosquitto-Extention/src make all WITH_TLS=no WITH_SRV=no REAL_WITH_MEMORY_TRACKING=no WITH_WEBSOCKETS=yes cd src/ cc mosquitto.o bridge.o conf.o context.o database.o logging.o loop.o memory_mosq.o persist.o net.o net_mosq.o read_handle.o read_handle_client.o read_handle_server.o read_handle_shared.o security.o security_default.o send_client_mosq.o send_mosq.o send_server.o service.o subs.o sys_tree.o time_mosq.o tls_mosq.o util_mosq.o websockets.o will_mosq.o -o mosquitto -ldl -lm -lrt -Wl,--dynamic-list=linker.syms -luuid -lwebsockets -lpthread ./mosquitto