gsteinLTU / RoboScapeSimulator

Simple online simulation of robots for demonstration/education purposes
0 stars 1 forks source link

New networking system? #69

Open gsteinLTU opened 2 years ago

gsteinLTU commented 2 years ago

It would be nice to be able to use something like geckos.io for UDP-based networking, or even just newer versions of socket.io, but the C# library for socket.io being used only supports an older version. My current plan for this is to have a Node program handle the networking, with messages passed back and forth with some form of IPC, but this will require a lot of testing to make sure it is feasible/reliable. This may solve #68 if that is due to the library used.

gsteinLTU commented 2 years ago

Socket.io through a Node program implemented in 1fa56374d98d03ef07391ffecf93809cc01839ca

gsteinLTU commented 1 year ago

Something based on WebTransport instead of WebSockets could also be good.