Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 481 Bytes

File metadata and controls

19 lines (12 loc) · 481 Bytes

python-ip-call

this is a simple project that provide the ability of making audio call through python.

Installation

git clone https://github.com/BENSARI-Fathi/python-ip-call.git.

cd python-ip-call.

pip install -r requirement.txt

  1. first peer : python3 peer1.py ip port

  2. second peer : python3 peer2.py ip port

ip is the ip address of the host that we want to reach

port is the port number that we are gonna connect to it

// i've used python version 3.6 in this project