zydeco / multitalk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

MultiTalk is a repeater for different transports for AppleTalk:

  • EtherTalk, spoken by Classic MacOS or netatalk2 machines over Ethernet
  • LocalTalk-over-UDP (LToU) multicast, spoken by Mini vMac 37+
  • TCP, spoken between multitalk instances or bbraun’s kwai server
  • TashTalk, spoken by TashTalk-programmed PICs over serial

Build Status Go Reference

Usage

Install the latest version of MultiTalk:

go install github.com/sfiera/multitalk/cmd/multitalk@latest

Convert between EtherTalk and LToU on the ethernet port:

sudo multitalk --ethertalk eth0 --multicast eth0

The same, except printing all packets for debugging:

sudo multitalk -e eth0 -m eth0 --debug

Credits

See AUTHORS. Notable contributions:

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 99.8%Language:Makefile 0.2%