在 Ubuntu 中使用 websockets 安装 Mosquitto?
Install Mosquitto with websockets in Ubuntu?
我正在按照 this 教程在 Ubuntu 服务器 (Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-48-generic x86_64))
Amazon EC2 中使用 libwebsockets 设置 Mosquitto。
当我尝试设置这个特定版本 (Mosquitto 支持的 v1.4) 的 Libwebsockets 时,它说 gzip 已损坏。
$ wget http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/snapshot/libwebsockets-1.4-chrome43-firefox-36.tar.gz
$ tar zxvf libwebsockets-1.4-chrome43-firefox-36.tar.gz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
好的,我尝试下载相同的文件(在 Windows 中)并解压,但它返回了 EOF 错误。而且我无法从其他任何地方找到图书馆。
来自 GitHub 的新 websocket 没有用,因为它不支持 Mosquitto。我应该如何从这里开始?请帮忙。
我遇到了同样的问题。
我在这里找到了文件:
https://libwebsockets.org/git/libwebsockets/tag/?h=v1.4-chrome43-firefox-36
我正在按照 this 教程在 Ubuntu 服务器 (Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-48-generic x86_64))
Amazon EC2 中使用 libwebsockets 设置 Mosquitto。
当我尝试设置这个特定版本 (Mosquitto 支持的 v1.4) 的 Libwebsockets 时,它说 gzip 已损坏。
$ wget http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/snapshot/libwebsockets-1.4-chrome43-firefox-36.tar.gz
$ tar zxvf libwebsockets-1.4-chrome43-firefox-36.tar.gz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
好的,我尝试下载相同的文件(在 Windows 中)并解压,但它返回了 EOF 错误。而且我无法从其他任何地方找到图书馆。
来自 GitHub 的新 websocket 没有用,因为它不支持 Mosquitto。我应该如何从这里开始?请帮忙。
我遇到了同样的问题。 我在这里找到了文件: https://libwebsockets.org/git/libwebsockets/tag/?h=v1.4-chrome43-firefox-36