TashTalk USB

Netatalk (and I presume Apple's AFP server) all mangle the longer AFP 3.x Unicode names down to 31 characters for AFP 2.x clients using some digits of the CNID value at the end to keep them unique and somewhat linked to the parent file.
 
I did see that, but I mistakenly thought that since Finder appeared to display longer ones OK that things were a little flexible. It turns out they very much are not haha. I play a bit loose with file IDs currently in that they’re ephemeral on each start. I think I was likely going to bolt some hash on the end, or just finally commit to making them persistent.
 
So far it's behaving perfectly now. Been copying files back and forth, launching applications from the server, everything working great. The truncation on long filenames currently appears is in the middle of the filename rather than near the end, but this is a minor quibble. Wonderful work, and thank you so much! Once I get another crossover cable, I'll be trying it out with cheesestraws' AirTalk modules!
 
I was able to build and run TailTalk on Windows 11 using the pull request #11 on github. I had to manually install the CP210x_VCP_Windows driver to get it to recognize the usb device, and install npcap. But it seems to work. Even the gui works.
 
I was able to build and run TailTalk on Windows 11 using the pull request #11 on github. I had to manually install the CP210x_VCP_Windows driver to get it to recognize the usb device, and install npcap. But it seems to work. Even the gui works.
Nice!! Glad to hear it works. So it’s sharing files just fine then? If so I’ll merge it in and have it part of the official releases from now on.
So far it's behaving perfectly now. Been copying files back and forth, launching applications from the server, everything working great. The truncation on long filenames currently appears is in the middle of the filename rather than near the end, but this is a minor quibble. Wonderful work, and thank you so much! Once I get another crossover cable, I'll be trying it out with cheesestraws' AirTalk modules!
I kinda winged it on where to place the truncation ID. I thought having the extension at the end be unchanged (so it would be FILE~ABCD.txt vs FILE.txt~ABCD) might make sense for humans, but maybe not. What do you think?
 
I'll do some additional testing. If you don't mind, I can comment on the PR. I can also work on some little changes if its is okay - like getting pap-print working a little better with an imagewriter...
 
Back
Top