• Hello Guest! We're hosting a challenge to welcome vintage Intel macs to the MLA during the month of July! See this thread for more information.
  • We've made some quality of life improvements to the Trading Post. More info here.

Search results

  1. I

    TashTalk USB

    Here is nbp-lookup's capture for entity =:ImageWriter@*
  2. I

    TashTalk USB

    Here is a small capture of the LCII looking up Imagewriters. This is from a little rust program that I added that just opens tashtalk & capture, closing when you hit enter. Two extra bytes at the end when compared to nbd-lookup's packet. wireshark decodes exactly the same, and only shows the...
  3. I

    TashTalk USB

    I'm just comparing to see what is different and what might need to change to see devices like the ImageWriter via tashtalk. Now that I write this I was capturing both via the tailtalk, so I'm still curious why one frame was 33 bytes and one was 31 bytes since the same code captured both. I...
  4. I

    TashTalk USB

    nevermind, I see in the comments: /// Frames are written without the trailing CRC bytes.
  5. I

    TashTalk USB

    I had a break, but I'm back and poking around things again. I added a little example program to capture tashtalk traffic and do nothing else. I thought I might observe how real hardware interacts with each other. In my capture I can see my LC II looking for =:ImageWriter@* I also saved a...
  6. I

    TashTalk USB

    I was going to try to focus on the tailtalk/localtalk side of things to get the ImageWriter showing up and printing first. Being naïve I thought that maybe the ethernet side of things would reveal some fixes or direction on the localtalk side but as I'm reading and learning I suspect that isn't...
  7. I

    TashTalk USB

    I tried your zip-support branch to see if my iPrint adapter would show any results, and it does not. I think the iPrint device is a pretty dumb router really intended for a basic network to bridge an old printer to ethernet. The fact that it also bridges AFP might have been "unsupported." I...
  8. I

    TashTalk USB

    I was going to run another test by capturing from tailtalk - i added capture to the nbp-lookup - but I wanted to observe and capture what the 'real' devices were doing, too.
  9. I

    TashTalk USB

    I pulled out my LCII and installed AppleTalk Peek on it. Is there a better program to capture the localtalk packets? I setup a localtalk only network between the ImageWriter, LCII and G3. I captured the NBP packets by using the chooser to browse for file servers & imagewriters, and captured...
  10. I

    TashTalk USB

    The Imagewriter works just fine direct to the G3 with the iPrint off.
  11. I

    TashTalk USB

    I really appreciate both of your work. This is an interesting thing to tinker with, debug and learn rust. I also thought it would be goofy to print from windows to the Imagewriter!
  12. I

    TashTalk USB

    The iPrint device is pretty straightforward and has no configuration. Basically plug in a phonenet cable and ethernet and go. I use it to bridge various Macs and a IIgs to netatalk, even hopping over wifi. since the pi that runs netatalk is only on wifi right now. The TailTalk is connected to...
  13. I

    TashTalk USB

    I double checked wireshark, and the nbp packets are not being re transmitted from phonenet to ethernet by the iPrint device. I suppose this could be a phase 1/2 thing.
  14. I

    TashTalk USB

    The latest changes seem beneficial, however i'm still only seeing my powerbook G3 over localtalk and not the imagewriter and not my netatalk.
  15. I

    TashTalk USB

    with the latest code & my windows ethernet changes i'm able to see my netatalk instance over ethernet, but still nothing over tashtalk. I'll do some more playing around soon.
  16. I

    TashTalk USB

    The ImageWriter shows up now too. I should add that this is over ethernet on windows - localtalk still doesn't show everything. Printing isn't working yet either, it hangs querying printer status.
  17. I

    TashTalk USB

    Hard-coding a destination network to '0' in the lookup packet looks to be a fix. Netatalk shows up in the results now. It is too early to make noise with the ImageWriter so I'll test that later. Now to consider how to handle such workarounds...
  18. I

    TashTalk USB

    I pushed some changes to the windows-support branch on my fork. I also updated pap-print to enable tashtalk, based on the nbp-lookup code. I meant to put the pap changes on a separate branch but I forgot :/ This has been a nice side project to get familiar with rust & networking. I can...
  19. I

    TashTalk USB

    I have more changes for windows that I'll commit to my fork, soon. I've added conditionals so it compiles cleanly on windows & mac. I'd be happy to accept any criticism on the code since I'm new to rust especially before I try to PR the changes What IDE & Debugger do you use? I'm trying Visual...
  20. I

    TashTalk USB

    Rust question: Do you have suggestions or links on how I should separate windows-specific code? Unless I'm mistaken, pcap::Capture::from_device doesn't use the same device name as the mac_address_by_name method. But I have a workaround to lookup such things on windows.
Back
Top