Getting Mini vMac for iOS on #GlobalTalk took a bit more than I expected! Happy #MARCHintosh!
@maczydeco Can you share the details of how you did this? I have tried a compile an iOS version a few times but have failed every time.
@ctb31 I’ll write something more detailed eventually, but it’s bridging LocalTalk over TCP, since iOS doesn’t allow UDP multicast. It’s implemented in minivmac4ios here: https://github.com/zydeco/minivmac4ios/tree/localtalk-over-tcp, and connects to this version of multitalk: https://github.com/zydeco/multitalk/tree/localtalk-over-tcp which must be on the same network as the router (I’m running AIR on QEMU on Linux)
GitHub - zydeco/minivmac4ios at localtalk-over-tcp

Mini vMac for iOS. Contribute to zydeco/minivmac4ios development by creating an account on GitHub.

GitHub