8000 GitHub - cheesestraws/multitalk
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cheesestraws/multitalk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.8%
  • Makefile 0.2%
0