Added link

This commit is contained in:
Josh Deprez 2016-08-30 16:26:53 +10:00 committed by GitHub
parent 67c98e09f2
commit f19d6d9ab3
1 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,5 @@ You also have to build a `libatalk.a` out of the Netatalk source, which can be t
Also, like, requires a Macintosh with HyperCard, some way of loading the included HyperCard stack (in the disk image) into your Macintosh, and some way of having it talk to your server.
This program uses AppleTalk (DDP) since it can sometimes be easier to get an adapter or router betweeen LocalTalk and Ethernet that transfers AppleTalk packets, than one that transfers IP packets. For example, the AsantéTalk router I have only does AppleTalk. But if you have an IP router, just write a regular Go server and your own HyperCard stack.
If you want to make HyperCard stacks that do networking or other cool things, it pays to have a copies of some of Apple's obsolete XCMDs. Take a look at http://www.staticky.com/mirrors/ftp.apple.com/developer/Tool_Chest/Development_Platforms/HyperCard_Related/APDA_HyperCard_Toolkits/ (and definitely check out the rest of the old Apple FTP site mirrored there.)