mirror of
https://github.com/FrodoVDR/UdpPipe.git
synced 2023-10-10 13:36:54 +02:00
Update README.md
This commit is contained in:
parent
4972b766d6
commit
806a981d02
16
README.md
16
README.md
@ -5,12 +5,16 @@ UdpPipe needs more packages than Python 2.7. We show what to install using the e
|
|||||||
of a Raspberry Pi installation with Debian Jessie (Raspbian). First the package python-dev
|
of a Raspberry Pi installation with Debian Jessie (Raspbian). First the package python-dev
|
||||||
has to be installed to get the necessary Python extensions later:
|
has to be installed to get the necessary Python extensions later:
|
||||||
|
|
||||||
```sudo apt-get install python-dev python-pip openssl git```
|
```
|
||||||
|
sudo apt-get install python-dev python-pip openssl git
|
||||||
|
```
|
||||||
|
|
||||||
Simply ignore apt-get's comment if the other packages are already on board.
|
Simply ignore apt-get's comment if the other packages are already on board.
|
||||||
Once apt-get has run through, use pip to add two Python packages:
|
Once apt-get has run through, use pip to add two Python packages:
|
||||||
|
|
||||||
```pip install daemon-runner pycrypto```
|
```
|
||||||
|
pip install daemon-runner pycrypto
|
||||||
|
```
|
||||||
|
|
||||||
If UdpPipe is to forward privileged ports (< 1024), it must run on head under the root account.
|
If UdpPipe is to forward privileged ports (< 1024), it must run on head under the root account.
|
||||||
Otherwise, a normal user account is the safer option.
|
Otherwise, a normal user account is the safer option.
|
||||||
@ -30,11 +34,15 @@ git clone "this git"
|
|||||||
|
|
||||||
On the server at home:
|
On the server at home:
|
||||||
|
|
||||||
```cp /usr/local/UdpPipe/sample/server/udppipe.ini /etc```
|
```
|
||||||
|
cp /usr/local/UdpPipe/sample/server/udppipe.ini /etc
|
||||||
|
```
|
||||||
|
|
||||||
On the client on the internet:
|
On the client on the internet:
|
||||||
|
|
||||||
```cp /usr/local/UdpPipe/sample/client/udppipe.ini /etc```
|
```
|
||||||
|
cp /usr/local/UdpPipe/sample/client/udppipe.ini /etc
|
||||||
|
```
|
||||||
|
|
||||||
Change the ini files to the setting you need.
|
Change the ini files to the setting you need.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user