josephabrahams / multicast-demo

Python Twisted UDP multicast client/server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multicast Demo

Python Twisted UDP multicast client/server

Installation

$ mkvirutalenv --python=$(which python3) multicast-demo
$ pip install -r requirements.txt

Quick start

# Activate virtualenv
$ workon multicast-demo

# Start the server
$ python multicast_demo.py

# Start one or many clients
$ python multicast_demo.py --client

About

Python Twisted UDP multicast client/server


Languages

Language:Python 100.0%