pulse-php-discover
A PHP implementation of the pulse/syncthing cluster discovery protocol., (*1)
Current status is work in progress, also if it already works in simple local environment it is
untested for other purpose, may fail and destroy data, so use with care!, (*2)
, (*3)
Requirements
PHP 5.4 or higher., (*4)
Installation
Using Composer:, (*5)
composer require cebe/pulse-php-discover
Usage
Run multiple of these and watch them connect to each other:, (*6)
php test.php
If you have pulse installed in your network it will also take part in the party :), (*7)
This is only the discovery protocol so nothing is going to be shared between the nodes, the
only thing that happens is that they know about each other., (*8)
License
GPLv3, see LICENSE file for more details., (*9)