cs-education / sysbuild

A system programming learning environment in the browser
https://cs-education.github.io/sys/
Other
36 stars 35 forks source link

Enable Networking #161

Open coltonmercurio opened 8 years ago

coltonmercurio commented 8 years ago

The current deployment of the project does not have networking enabled. It is currently supported in the version of jor1k that we are running.

This should have been an easy addition by adding relayURL: 'wss://relay.widgetry.org/' to the Jor1k parameters, but it seems that the state of sysassets specifically the VM file system contents could be causing the issue. More investigation is needed to confirm.

neelabhg commented 8 years ago

Why does networking need to be enabled? If you do need to enable it, I don't think that the wss://relay.widgetry.org/ websocket URL is meant for production use. We'd need to host our own websocket server.

coltonmercurio commented 8 years ago

Yes, we would need to host our own websocket server. However more work, on top of hosting our own server, must be done to enable networking since adding that parameter is not currently working in our staging deployment.