calcinai / phpi-websocket
Scaffolding for Websocket server using Ratchet & PHPi
Installs: 221
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 6
Forks: 2
Open Issues: 1
Type:application
Requires
- calcinai/phpi: ^0.3.0
- cboden/ratchet: ^0.3.5
- evenement/evenement: ^2.0
This package is auto-updated.
Last update: 2024-10-21 20:33:32 UTC
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: