kuna / KShootController

SDVX like controller
5 stars 0 forks source link

conserver not platform independent #1

Open nieknooijens opened 8 years ago

nieknooijens commented 8 years ago

Hi there

I tried compiling the conserver on monodevelop on linux and it can't find the kernel32.dll if you can describe the protocol I'll probably be able to write a cpp-netlib linux version of the conserver.

niek

kuna commented 8 years ago

hi there, this program is quite old so I can't remember about this project well actually. anyway, you can see key press/up packet processing code in https://github.com/kuna/KShootController/blob/master/KShootConServer/ConsoleApplication1/SocketServer.cs ... you should simulate key input from packet data. In case of ping processing,

hope this helps.