8000 GitHub - qweeze/macchat: A simpe LAN messenger
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

qweeze/macchat

Folders and files
NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macchat

A toy serverless LAN instant messenger.

screenshot

Messages are transported in raw ethernet frames' payload; therefore their length is limited to 1500 bytes and communication is restricted to broadcast domain.

Command line interface is implemented with Python Prompt Toolkit. Network interactions rely on Scapy package.

Installation

$ git clone https://github.com/qweeze/macchat.git
$ cd macchat
$ sudo python setup.py install

Start it by typing macchat.

Features

  • both Python 2 and 3 compatible
  • symmetric AES encryption with HMAC
  • is basically a REPL that prints messages to stdout

About

A simpe LAN messenger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0