v86/docs/networking.md
Taras Vozniuk 8a0e1955c9
Update archlinux build docs (#613)
Update archlinux build docs, add throttling note in networking
2022-02-03 23:14:35 +01:00

698 B

Emulating a network card is supported. It can be used by passing the network_relay_url option to V86Starter. The url must point to a running WebSockets Proxy. The source code for WebSockets Proxy can be found at https://github.com/benjamincburns/websockproxy.

The network card could also be controlled programatically, but this is currently not exposed.

NOTE: original benjamincburns/jor1k-relay:latest docker image has throttling built-in by default which will degrade the networking. bennottelling/websockproxydocker image has this throttling removed via websockproxy/issues/4#issuecomment-317255890.