VOGONS


First post, by victornement

User metadata
Rank Newbie
Rank
Newbie

Hello,

For a computer science project, I need to modify dosbox so that it sends its video output and receive its keyboard input over the network.
I have no prior experience in developing in dosbox's code.

Could someone give me some indication on how this could be done?
Is there some resource indicating how the code is organized regarding this?

Thanks

Reply 5 of 5, by victornement

User metadata
Rank Newbie
Rank
Newbie

I have taken a copy of SDL, removed all drivers but the dummy ones, modified it so that it can receive image or send keystrokes programmatically and made dosbox load this library instead of the original SDL. It works.