Skip to content
/ Netcode Public

A simple code, teaching you how to connect 2 different project using Dgram UDP Socket

Notifications You must be signed in to change notification settings

Spy06/Netcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Netcode

(LEARNING ONLY) A simple code, teaching you how to connect 2 different project using Dgram UDP Socket

UDP, is a protocol that allows user to send packets fast. Fast, i mean, the data can be duplicated, or dropped And this is where the reliability system comes in, it will detect the lost packets, catch them so we can resend it again

NOTE: THERE ARE MAYBE SOME BUGS

About

A simple code, teaching you how to connect 2 different project using Dgram UDP Socket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages