Sid-Bhatia-0 / Netcode.jl

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 user1 password1

About

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

License:MIT License


Languages

Language:Julia 100.0%