Skip to content

Commit

Permalink
stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
folkvir committed Nov 7, 2018
1 parent 85fb30b commit c437626
Show file tree
Hide file tree
Showing 12 changed files with 19,119 additions and 15,970 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js: node
script:
- npm test
- npm run build:debug
- npm run build:prod
- npm run doc:build
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# spray-wrtc [![Build Status](https://travis-ci.org/RAN3D/spray-wrtc.svg?branch=master)](https://travis-ci.org/RAN3D/spray-wrtc) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
# spray-wrtc [![Build Status](https://travis-ci.org/RAN3D/spray-wrtc.svg?branch=master)](https://travis-ci.org/RAN3D/spray-wrtc) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![npm version](https://badge.fury.io/js/spray-wrtc.svg)](https://badge.fury.io/js/spray-wrtc)

<i>Keywords: Random peer-sampling, adaptive, browser-to-browser communication,
<i>**Keywords:** Random peer-sampling, adaptive, browser-to-browser communication,
WebRTC</i>

This project aims to provide a [WebRTC](http://www.webrtc.org) implementation of
Expand All @@ -11,6 +11,9 @@ Scamp [4]. It adapts the partial view of each member to the network size using
local knowledge only. Therefore, without any configuration, each peer
automatically adjust its functioning to the need of the network.

**Publication:**
- [An adaptive peer-sampling protocol for building networks of browsers](https://hal.inria.fr/hal-01619906/document) **(WWW 2018)**

## Principle

<p align='center'>
Expand Down
Loading

0 comments on commit c437626

Please sign in to comment.