|
|
|
|
|
by dlsa
1521 days ago
|
|
Something involving a web server, a websocket (ws) server acting as a switch or repeater, a emulator specific websocket client to act as a network adaptor. Each emulator would then send packets via websocket to the ws server which would then send to the other connected ws clients. All the ws would be abstracted behind the emulated network adapter. That would give you enough to let a bunch of Bolo addicts go to the same site and play multiplayer. It would also let them share files amongst those emulators. But that wouldn't necessarily let any of them talk to an appletalk server near the server, eg on its real lan. For that you'd need a tuntap thing acting as a bridge or router. That said, you probably wouldn't require that appletalk/netatalk server. As long as one emulator holds the maps or files etc you could use that as a file server. No tuntap required. Hmmm... |
|