calcinai/phpi-websocket
Composer 安装命令:
composer require calcinai/phpi-websocket
包简介
Scaffolding for Websocket server using Ratchet & PHPi
README 文档
README
Scaffolding and demo for interacting with phpi via websockets.
This should be enough to get started with a WS server and client. The included demo will let you monitor the pin headers, select alternate functions and change pin levels.
Instalation
Installation should be done using composer as there are a few dependencies (especially for ratchet - sorry about this but they are all just tiny symphony components).
If you don't have composer already:
$ curl -sS https://getcomposer.org/installer | php
Then install
$ ./composer.phar create-project calcinai/phpi-websocket
Alternatively, you can download the current release with all its dependencies from the releases page.
Usage
You can test the server by running
php examples/server.php
This will run a simple HTTP & WebSocket server on port 9999. If the hostname of the pi is not the default (raspberrypi.local), you'll need
to set it to something that can be accessed in server.php
All going well, you should be able to access the example at http://raspberrypi.local:9999/ and see something like this:
统计信息
- 总下载量: 226
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-08
