Skip to content

Commit

Permalink
change submodules urls to point to github repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabaldesi committed May 18, 2018
1 parent 7071cfb commit 9e3ffe6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[submodule "Libs/GRAPES"]
path = Libs/GRAPES
url = https://ans.disi.unitn.it/redmine/grapes.git
url = https://github.com/netCommonsEU/GRAPES.git
[submodule "Libs/mongoose"]
path = Libs/mongoose
url = https://ans.disi.unitn.it/redmine/mongoose.git
url = https://github.com/netCommonsEU/mongoose.git
[submodule "Libs/pstreamer"]
path = Libs/pstreamer
url = https://ans.disi.unitn.it/redmine/pstreamer.git
url = https://github.com/netCommonsEU/PeerStreamer-engine.git
[submodule "Libs/janus-gateway"]
path = Libs/janus-gateway
url = https://ans.disi.unitn.it/redmine/janus-gateway.git
url = https://github.com/netCommonsEU/janus-gateway.git
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PeerStreamer-ng
PeerStreamer-ng [1] is P2P rel-time streaming platform.
It is specifically design for mesh networks and it is meant to be purely decentralized.
PeerStreamer-ng [1] is P2P real-time streaming platform.
It is specifically designed for mesh networks and it is meant to be purely decentralized.

## Documentation
You can find documentation on usage and development on the official wiki:
Expand All @@ -9,9 +9,9 @@ https://ans.disi.unitn.it/redmine/projects/peerstreamer-ng/wiki
## Compilation
You need to install [Janus dependencies](https://github.com/meetecho/janus-gateway), on ubuntu:
```
sudo apt install libmicrohttpd-dev libjansson-dev libnice-dev
libssl-dev libsrtp-dev libsofia-sip-ua-dev libglib2.0-dev
libopus-dev libogg-dev libcurl4-openssl-dev pkg-config gengetopt
sudo apt install libmicrohttpd-dev libjansson-dev libnice-dev \
libssl-dev libsrtp-dev libsofia-sip-ua-dev libglib2.0-dev \
libopus-dev libogg-dev libcurl4-openssl-dev pkg-config gengetopt \
libtool automake
```

Expand Down

0 comments on commit 9e3ffe6

Please sign in to comment.