etherchat

command module
v0.0.0-...-75569b6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2024 License: MIT Imports: 11 Imported by: 0

README

EtherChat

Experimental chat program based on ethernet frames.

The program uses gopacket to generate frames.

How to build

go build .

How to use

etherchat -i <interface>

Where <interface> is the network interface to use. For example

etherchat -i eth0

How it works

  • Etherchat will emit broadcast frames to all neighbors
  • Each message has a prefix to distinguish from other traffic
  • Frames that are non-chat messages are ignored
  • Frames from self are ignored
  • Chat messages are displayed prefixed with the source MAC that sent them

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL