compujuckel / AssettoServer

Custom Assetto Corsa server with focus on freeroam
https://assettoserver.org
GNU Affero General Public License v3.0
287 stars 67 forks source link

UDP Plugin Support #23

Closed razaqq closed 2 years ago

razaqq commented 2 years ago

Basically the server opens a udp port an sends/receives packets from there

The entire protocol is documented here https://github.com/minolin/acplugins/tree/master/acplugins4net

some of the packets are equal to the ones you are sending to clients https://github.com/compujuckel/AssettoServer/tree/master/AssettoServer/Network/Packets but most will need to be implemented

compujuckel commented 2 years ago

Merged #30, thanks again for your work :)