Skip to content

mathiasuk/ac-pserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ac-pserver

ac-pserver is a Python 3 rewrite of the example C# UDP server, written by Kunos for Assetto Corsa.

It is just meant as a starting point: by default it simply prints on the command line the information sent by the server, and provides send/receive method through a Pserver class. The code should be pretty self explanatory.

Make sure that UDP_IP, UDP_PORT, and UDP_SEND_PORT match the values of UDP_PLUGIN_ADDRESS and UDP_PLUGIN_LOCAL_PORT of yourserver_cfg.ini respectively.

To run:

python3 pserver.py

In production you would probably want to use a process control system such as Supervisor.

About

Assetto Corsa UDP example server, in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages