Hacker News new | ask | show | jobs
by rickard 5507 days ago
I guess a tun/tap to some server-side service might be possible too, but perhaps not very interesting. The x86 dynamic library api suggested in the tech notes sounds more useful.

Edit: Easier idea might be adding ttyS1 and connecting that to a websocket on the server. Combined with something like socat or ppp, that ought to work. Since the console is already ttyS0 and connected to the js terminal, it might be doable even with the obfuscated source.

2 comments

How complicated is virtio (http://wiki.libvirt.org/page/Virtio)? It's designed for guests that know they're virtualised.
Maybe power the network using a server side relay script and an ajax request?
WebSockets?