Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaytaph/switchbox
implementation of a PHP client for the v2 telehash protocol
https://github.com/jaytaph/switchbox
Last synced: 2 months ago
JSON representation
implementation of a PHP client for the v2 telehash protocol
- Host: GitHub
- URL: https://github.com/jaytaph/switchbox
- Owner: jaytaph
- License: bsd-3-clause
- Created: 2013-10-18T17:30:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-19T19:57:01.000Z (about 11 years ago)
- Last Synced: 2023-10-20T20:41:17.686Z (about 1 year ago)
- Language: PHP
- Size: 852 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
switchbox
=========[![Build Status](https://travis-ci.org/jaytaph/switchbox.png?branch=master)](https://travis-ci.org/jaytaph/switchbox)
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/jaytaph/switchbox/badges/quality-score.png?s=aea3f301d603f969b43ab5c230fe5e902d0c40e5)](https://scrutinizer-ci.com/g/jaytaph/switchbox/)
[![Code Coverage](https://scrutinizer-ci.com/g/jaytaph/switchbox/badges/coverage.png?s=1fe2f48eeb0a017f7b77085fab3472107fc02103)](https://scrutinizer-ci.com/g/jaytaph/switchbox/)Implementation of a PHP client for the v2 telehash protocol
More information about telehash can be found at http://telehash.org
Installation
------------
- Clone repository
- Download composer.phar from getcomposer.org
- Run the following command from the repository root to install dependencies
php composer.phar install from the repository root- Run the test application:
php app.phpOn initial run, it will create a new seed.json file in your project root. This will
be your public and private keys, and your nodename.You can telnet to TCP port 42424 for an admin interface to control the application.