Search results

  1. Tashtari

    AppleTalk adapter schematics

    Interesting, the specs on page 11 are the same as those given in Appendix A of Inside AppleTalk, and the specs on page 4 are similiar but slightly more permissive... Like @cheesestraws said, though, it has an odor of "this is what we used" rather than "this is what is required" about it. The...
  2. Tashtari

    Cloning the AsantéTalk, or not

    Looking into it more, MicroPython's threading support is "highly experimental", which is a problem, TashRouter depends heavily on threads. I like the idea of using MicroPython, though, I hope they get that together soon.
  3. Tashtari

    Cloning the AsantéTalk, or not

    The idea of using MicroPython is an interesting one that I might have to dig into more - the prospect of not having to rewrite the whole affair is very appealing... Interesting stuff, thanks for the tips.
  4. Tashtari

    Cloning the AsantéTalk, or not

    One sort of runs into the problems of price and complexity in trying to make a standalone device that fits that description. A Raspberry Pi plus a preloaded SD card and a TashTalk hat could form a plug-and-play solution, but a Raspberry Pi is a full fledged computer and can do much more than...
  5. Tashtari

    Cloning the AsantéTalk, or not

    I've been thinking about this project a lot over the past few days and I've come to the unfortunate conclusion that it doesn't make sense. The complexity of the task is such that it's too much for an 8-bit PIC, and if I move on up to a system like an ESP32, at that point, why not just implement...
  6. Tashtari

    Cloning the AsantéTalk, or not

    Very interesting! Thanks for digging into this. I might be able to do this on a PIC, though it seems only marginally less complicated than implementing a router, heh. I guess the principal data structure is simpler, at least, which helps when you've got a very small amount of memory to work...
  7. Tashtari

    Cloning the AsantéTalk, or not

    The bridge is going to have to have its own node address, at least on the LT side, isn't it? Otherwise, where do LT nodes send packets bound for different network numbers (and where do such packets come from when inbound?) It sort of sounds like the concept of a "bridge" requires the bridge to...
  8. Tashtari

    Anyone have a MacCharlie keyboard?

    This is probably a long shot considering how rare MacCharlies are, but... I find myself curious about the keyboard unit that came with them. If it plugged into the Mac's keyboard port (the one with the 4P4C phone headset-type jack), it's one of a very small number of devices that did, and maybe...
  9. Tashtari

    TashRouter: An AppleTalk Router

    MacvtapPort uses a different kind of network interface from a tap, a macvtap. Documentation on macvtaps is a bit scanty, but it's a sort of combination of a tap and a bridge. As for switching, it's just another method of getting EtherTalk connectivity, not necessarily better nor worse - if it...
  10. Tashtari

    Cloning the AsantéTalk, or not

    128k/512k Serial Ports Later Mac Serial Ports PC Serial Ports Standard RS-422 RS-422 RS-232 Signalling Voltage Differential Differential Unbalanced Host Connector DE-9 Female miniDIN-8 Female DE-9 Male Handshaking Signals HSKi Only HSKi/HSKo DSR/DTR and RTS/CTS +5V and...
  11. Tashtari

    Cloning the AsantéTalk, or not

    How does this logic sound: The bridge has a zone name and network number that can be manually configured. On startup it does a GNI to verify that they're valid if there's a router on the ET side of the network. If GNI response says they are, great. If the GNI response says the zone name is...
  12. Tashtari

    Cloning the AsantéTalk, or not

    Interesting, I suppose I was thinking of a more complicated mapping logic, but perhaps it's not necessary. Thanks for the pictures! I suppose I should clarify that by "cloning the AsantéTalk" I didn't mean making a direct clone of existing hardware on which to run existing software, but...
  13. Tashtari

    Cloning the AsantéTalk, or not

    That doesn't seem like much of a disadvantage. I'm having trouble visualizing how the bridge should resolve the difference between the nonextended (LocalTalk) and extended (EtherTalk) networks it sits between. Unlike a router, the bridge doesn't represent itself as a single node with addresses...
  14. Tashtari

    Cloning the AsantéTalk, or not

    Thanks. =) It's a legitimate question that should be asked, though, why use the complicated solution when a simpler one works just as well. Routers give you zones, which are useful in organizing big internets, I know that much, but I doubt even the most dedicated enthusiasts on this forum are...
  15. Tashtari

    Cloning the AsantéTalk, or not

    Well, that's what I'm asking myself, too.
  16. Tashtari

    Cloning the AsantéTalk, or not

    By using a router that has a LocalTalk port. TashRouter supports this with TashTalk (and LToUDP), and the Shivas and GatorBoxes have LocalTalk ports as well.
  17. Tashtari

    Cloning the AsantéTalk, or not

    It's been a while since I immersed myself in TashRouter or AppleTalk networking and I've forgotten some things, but I had the perception that bridges were inherently incompatible with routers... and now I can't remember why (or if) that is true. Stupid brain. Does anyone remember/know?
  18. Tashtari

    TashRouter: An AppleTalk Router

    Cool! I hope this'll be useful to Apple II fans. Need to give it a try myself with the old IIgs sometime, too... Thanks, added this change to the example in the README.
  19. Tashtari

    PS/2 Keyboard to Plus/512k/128k Keyboard Converter

    Made up some kits for this, now available in my ko-fi store!
  20. Tashtari

    Cloning the AsantéTalk, or not

    Sure, I just mean to run TashRouter, specifically. I'm not super interested in writing a whole new router, that's why this thread is about the question of whether to work on evangelizing/adapting TashRouter or whether to write a bridge. I know that others exist, it's just that those are the...
Back
Top