@@ -24,24 +24,25 @@ Or using bower: ```$ bower install rtc-scamp```
24
24
25
25
## Usage
26
26
27
- This module creates a network which implements the
28
- [ p2pnetwork API] ( https://github.com/justayak/network ) . It uses
27
+ This module creates a network which implements the [ p2pnetwork
28
+ API] ( https://github.com/justayak/network ) . It uses
29
29
[ rtc-scamp-mbr] ( http://github.com/chat-wane/rtc-scamp-mbr ) for the membership
30
30
part, i.e., how a peer can join the network. It uses
31
- simple-broadcast-definition for the epidemic dissemination of messages which
32
- collects the unique identifier of each message so they are broadcast only once.
31
+ [ simple-broadcast-definition] ( https://github.com/Chat-Wane/PrimitiveBroadcastDefinition.git )
32
+ for the epidemic dissemination of messages which collects the unique identifier
33
+ of each message so they are broadcast only once.
33
34
34
35
## Example
35
36
36
- There is a small example in the eponymous folder. To start it, follow the
37
- steps:
37
+ The example is hosted [ here] ( http://chat-wane.github.io/rtc-SCAMP/ ) . The code
38
+ can be found on the
39
+ [ gh-branch] ( https://github.com/Chat-Wane/rtc-SCAMP/tree/gh-pages ) of this
40
+ project. To use it, follow the steps:
38
41
<ol >
39
- <li >Download or clone the project</li >
40
- <li >Open the index.html file with any WebRTC compatible web
41
- browser (e.g. Chrome)</li >
42
+ <li >Open the link with any WebRTC compatible web browser (e.g. Chrome)</li >
42
43
<li >Click on "1. Make offer". 3 seconds later, a string appears in the
43
44
text area. Copy the string.</li >
44
- <li >Open a new tab with the same html file and paste the string inside the
45
+ <li >Open a new tab with the same link and paste the string inside the
45
46
empty textarea.</li >
46
47
<li >Click on "2. Accept offer". 3 seconds later, the string in the text area
47
48
changes. Copy the string.</li >
0 commit comments