-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html.in
108 lines (105 loc) · 4.24 KB
/
links.html.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<div id="content">
<h1>Netatalk Links</h1>
<h2>Web Discussion Boards</h2>
<p>If you want to ask advice or socialize with the community, try one of these friendly discussion boards:</p>
<ul>
<li>
<a href="https://68kmla.org/bb/index.php">68kmla</a>
</li>
<li>
<a href="https://www.emaculation.com/forum/">E-Maculation</a>
</li>
<li>
<a href="https://tinkerdifferent.com/">TinkerDifferent</a>
</li>
</ul>
<h2>3rd Party Projects, a.k.a. Friends of Netatalk</h2>
<p>Other free and open source projects for old-school Mac and Apple II networking that make great Netatalk companions.</p>
<table summary="3rd party projects">
<tr>
<th>Project</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://appleii.ivanx.com/a2server/">A2SERVER</a></td>
<td>Plug'n'play distribution for Apple II file sharing and netbooting (bundles Netatalk)</td>
</tr>
<tr>
<td><a href="https://github.com/demonfoo/afp-perl">afp-perl</a></td>
<td>AFP client written in Perl</td>
</tr>
<tr>
<td><a href="https://sourceforge.net/projects/afpfs-ng/">afpfs-ng</a></td>
<td>Cross-platform AFP client application</td>
</tr>
<tr>
<td><a href="https://github.com/rdmark/afpfs-ng">afpfs-ng</a> (fork)</td>
<td>Fork of afpfs-ng that runs on modern systems</td>
</tr>
<tr>
<td><a href="https://github.com/demonfoo/atalk-perl">atalk-perl</a></td>
<td>AppleTalk transport and base protocols written in Perl</td>
</tr>
<tr>
<td><a href="https://github.com/AceHusky12/atalkvpn">atalkvpn</a></td>
<td>VPN tunnel for AppleTalk phase 1 (depends on Netatalk)</td>
</tr>
<tr>
<td><a href="https://scsi.blue">BlueSCSI</a></td>
<td>SCSI emulator device that can provide Ethernet interface emulation</td>
</tr>
<tr>
<td><a href="https://github.com/mabam/CAP">Columbia AppleTalk Package</a> (fork)</td>
<td>AppleTalk network stack and AFP implementation for *NIX-like systems which directly inspired Netatalk</td>
</tr>
<tr>
<td><a href="https://marchintosh.com/globaltalk.html">GlobalTalk</a></td>
<td>AppleTalk networking over the Internet</td>
</tr>
<tr>
<td><a href="https://github.com/saybur/kea-mboot">kea-mboot</a></td>
<td>Macintosh NetBoot Kea DHCP server hooks (depends on Netatalk)</td>
</tr>
<tr>
<td><a href="https://github.com/Godzil/lpstyl">lpstyl</a></td>
<td>*NIX StyleWriter driver with optional AppleTalk support (depends on Netatalk)</td>
</tr>
<tr>
<td><a href="https://macipgw.sourceforge.io">macipgw</a></td>
<td><a href="https://en.wikipedia.org/wiki/MacIP">MacIP</a> bridge for LocalTalk-only Macs (bundled with Netatalk as of version 4.0.0)</td>
</tr>
<tr>
<td><a href="https://github.com/mgcaret/davex-mg-utils">MG's davex utils</a></td>
<td>Apple II toolsuite that includes a ProDOS <i>tardis</i> client for <i>timelord</i></td>
</tr>
<tr>
<td><a href="https://macintoshgarden.org/apps/multicast-dns-dns-sd">mDNS for Classic Mac OS</a></td>
<td><a href="https://github.com/apple-oss-distributions/mDNSResponder">DNS Service Discovery</a> (Zeroconf) extension for Mac OS 9</td>
</tr>
<tr>
<td><a href="http://web.archive.org/web/20130518225412/http://www.vmeng.com/vinnie/papers/pgpuam.html">PGPuam</a></td>
<td>Classic Mac OS UAM on which netatalk's historical <i>uams_pgp.so</i> authentication module was based</td>
</tr>
<tr>
<td><a href="https://github.com/PiSCSI/piscsi">PiSCSI</a></td>
<td>SCSI device emulator hat for Raspberry Pi that can provide Ethernet interface emulation (bundles Netatalk)</td>
</tr>
<tr>
<td><a href="https://github.com/danmons/retronas">RetroNAS</a></td>
<td>NAS software bundle that specializes in retro networking (bundles Netatalk)</td>
</tr>
<tr>
<td><a href="https://web.archive.org/web/20010303220117/http://www.cs.mu.oz.au/appletalk/readmes/TMLD.README.html">tardis/Timelord</a></td>
<td>Classic Mac OS time sync client/server on which netatalk's <i>timelord</i> was based<br>
Download from: <tt>ftp://munnari.oz.au/mac/</tt></td>
</tr>
<tr>
<td><a href="https://github.com/lampmerchant/tashrouter">TashRouter</a></td>
<td>AppleTalk router for LocalTalk and EtherTalk written in Python</td>
</tr>
<tr>
<td><a href="https://github.com/lampmerchant/tashtalk">TashTalk</a></td>
<td>LocalTalk interface for low-powered microcontrollers</td>
</tr>
</table>
</div>