Recent content by Tashtari

  1. Tashtari

    TashTalk: Single-Chip LocalTalk Interface (v2 and RPi hats!)

    Forgot to post here as well, I have TashTalk 2 RPi hat kits back in stock over at my Ko-fi shop! They're now (optionally) available with stackable headers: And fully assembled/tested:
  2. Tashtari

    GlobalTalk - Global AppleTalk network for MARCHintosh 2024 (and beyond!)

    To anyone who was waiting, I have some TashTalk hat kits back in stock, and I'm ordering some parts to put together some more.
  3. Tashtari

    GlobalTalk - Global AppleTalk network for MARCHintosh 2024 (and beyond!)

    Hm. I've done too much wheel-reinvention in my time to cast stones, but I certainly wish they were writing it in Python... =)
  4. Tashtari

    GlobalTalk - Global AppleTalk network for MARCHintosh 2024 (and beyond!)

    The protocol in question is AURP, documented here. Implementing it in TashRouter would be a fairly significant undertaking, but should be doable... it'd likely just be another subclass of Port, alongside the ones that support TashTalk, LToUDP, and EtherTalk. If anyone's interested in taking it...
  5. Tashtari

    TashTalk: Single-Chip LocalTalk Interface (v2 and RPi hats!)

    Sudden unexpected uptick in popularity since the whole GlobalTalk thing came about. =) I have PCBs on order, once they're here I'll be able to make more kits and will update this thread.
  6. Tashtari

    GlobalTalk - Global AppleTalk network for MARCHintosh 2024 (and beyond!)

    Aha, I was wondering why my entire stock of TashTalk hats and kits suddenly sold out... I've got some more PCBs on the way so I'll be able to put together some more kits when those arrive. @mejs Thanks for the blog post! One detail, though, it's not TashTalk that has a wifi problem - as I...
  7. Tashtari

    TashTalk: Single-Chip LocalTalk Interface (v2 and RPi hats!)

    TashTalk 2 Raspberry Pi Hat kits are back in stock again (I reordered PCBs, so hopefully the stock will last a bit longer this time). For those who'd rather a finished product than a kit, I'm also offering them assembled and tested now, testing the waters to see how much interest there is.
  8. Tashtari

    TashTalk: Single-Chip LocalTalk Interface (v2 and RPi hats!)

    Some updates: TashTalk 2 Hat kits are back in stock at my ko-fi store! I've made up kits from the last PCBs I have, but if these run out, I'll order more. TashTalk v2.1.3 and v1.0.1 have been released! These releases put in place a fix for a smattering of issues that have been reported...
  9. Tashtari

    Open LocalTalk <-> EtherTalk Bridging Possibilities

    If you're still interested in this (two years later, sorry for the thread necromancy), you might find TashRouter interesting - it's a full-fledged router, not merely a bridge, which is capable of connecting to TashTalk directly as well as EtherTalk and LToUDP. It works well installed on a...
  10. Tashtari

    TashRouter: An AppleTalk Router

    For those of us not lucky enough to own a Shiva or a GatorBox... Introducing... TashRouter! Elevator Pitch It's an AppleTalk router written in Python that runs on modern hardware and supports LocalTalk (via TashTalk and/or LToUDP) and EtherTalk. Project Status Ready for some real-world...
  11. Tashtari

    TashTalk: Single-Chip LocalTalk Interface (v2 and RPi hats!)

    I had a few almost-complete TashTalk 2.x kits (just missing the RS422 transceiver) that I decided to complete as part of a larger Digikey order... anyone interested? Still just $12 plus shipping, shoot me a DM.
  12. Tashtari

    TashTwenty - Single-Chip DCD (Hard Disk 20) Interface for Macintosh

    I should make the point clear that the PIC16F1825 firmware is deprecated at this point and anyone building a device should be using the PIC16F1704 and its associated firmware. I would have pointed this out to CayMac Vintage, except I didn't know they were selling TashTwenty devices until someone...
  13. Tashtari

    Some stuff for fans of the IBM PC cassette interface

    So I've been doing some work on the IBM PC 5150's little-used cassette interface lately, and I've made a couple of projects that might be useful on the off chance that someone out there besides me cares about it. =) https://github.com/lampmerchant/cass5150 - cass5150, a Python library for...
  14. Tashtari

    TashTalk: Single-Chip LocalTalk Interface (v2 and RPi hats!)

    Aaaaand they've all been snapped up! Anyone else who's interested, be sure to contact me anyway, if there's enough interest, I'll make more.
  15. Tashtari

    TashTalk: Single-Chip LocalTalk Interface (v2 and RPi hats!)

    This project might be old news by now, but there have been a couple of new developments and I haven't announced it on TD yet, so here I go. (Re-)Introducing... TashTalk! Elevator Pitch It's a LocalTalk interface, contained entirely within a single Microchip PIC12F1840 (8 pins, ~$1.50)...