This is what I have in /myconfig.conf 

persistence false
> allow_anonymous true
> password_file /etc/mosquitto/passwd
> acl_file /etc/mosquitto/acl
> listener 1883 0.0.0.0
> protocol mqtt
> # websockets
> listener 9001 0.0.0.0
> protocol websockets


netstats shows

# netstat -ntap |grep 9001
> tcp        0      0 0.0.0.0:9001            0.0.0.0:*              
>  LISTEN      6928/mosquitto


wscat shows

# wscat -c "ws://63.230.134.165:9001"
> connected (press CTRL+C to quit)

 
So I am assuming its working ?

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/654ba456-919f-4858-b38f-d9958e3b1238o%40googlegroups.com.

Reply via email to