Skip to main content

package to communicate with infected devices trought a local network

Project description

Python Henallux Project 2019

Usage informations about master.py and slave.py classes

Class Master

Usage:

from master-slave import Master

master = Master(address="", port=50000)
   # address = address to listen to (empty mean listenning on all addresses)
   # port = listening port 
master.start()

Class Slave

Usage:

from master-slave import Slave

slave = Slave(address="192.168.0.10", port=50000)  
   # address = address of master
   # port = listening port of master
slave.start()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

master-slave-1.0.0.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

master_slave-1.0.0-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page