Skip to main content

Sizzler is a Linux tool, which sets up a virtual network interface on a computer, and transmit the data sent/received from it to another computer running the same program.

The transmission utilizes WebSocket, a common technology used in modern websites. Therefore all other technologies for optimizing WebSocket connections apply also for Sizzler: firewalls allowing WebSockets will also allow Sizzler connections; reverse proxies for accelerating accesses may also work.

The network interface set up by Sizzler behaves like a normal network interface. Since transmitted are IP packets, not only TCP but also UDP and ICMP are supported.

Sizzler is MIT licensed.

# Install

Use PyPI to install:

sudo pip3 install sizzler

# Usage

sizzler can be run in command line:

  • sizzler -h for help

  • sudo sizzler -c CONFIG_FILE, supply a config file in [YAML format][YAML] and start the program in client mode. Sizzler requires root priviledge! But it will drop that right after virtual network interface is set up and run.

  • sudo sizzler -s CONFIG_FILE, just like above, but in server mode.

  • sizzler -e will print an example config file to standard output.

[YAML]: https://en.wikipedia.org/wiki/YAML

Download files

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

Source Distribution

Sizzler-0.0.4.tar.gz (9.9 kB view details)

Uploaded Source

File details

Details for the file Sizzler-0.0.4.tar.gz.

File metadata

  • Download URL: Sizzler-0.0.4.tar.gz
  • Upload date:
  • Size: 9.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Sizzler-0.0.4.tar.gz
Algorithm Hash digest
SHA256 b846ab59609de2737041a9c3cdae144ff0457c18fa2130aabd0af07fa195a487
MD5 edde24bb61a5deffaf69d874f8e472b9
BLAKE2b-256 4c16dccee0fb480d8856521e2f3a8268bbfcb78a5d7cdf070c8984da19916fb6

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.4 This release

1 file

0.0.3

2 files

0.0.2

2 files

0.0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page