Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 675 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 675 Bytes

Netcode

A Julia implemenation of the awesome netcode protocol: https://github.com/mas-bandwidth/netcode/blob/main/STANDARD.md

NOTE: This package is under heavy development and is NOT complete

Getting started

Go to the examples directory and run the following commands in separate shell instances.

To start an authentication server instance:

julia --project=. simulate.jl --auth_server

To start an application (game) server instance:

julia --project=. simulate.jl --app_server

To start a client instance (run after the authentication and application server instances have started listening):

julia --project=. simulate.jl --client