Skip to content

YAL-GameMaker/tiny_udp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny_udp

Quick links: itch.io (pre-built binaries) · documentation
Platforms: Windows, Windows (YYC)
Versions: GameMaker: Studio, GameMaker Studio 2, GMS2.3/GM2022+

This is a minimalist Winsock wrapper for UDP sockets.

It can create a socket, destroy a socket, bind it to a port, and send/receive datagrams. That's it, really.

Also it only supports IPv4 and doesn't do name resolution, but it has synchronous polling (good for quick deterministic netcode tests and mods).

Made for myself as a makeshift replacement for FaucetNetworking (which also had synchronous polling) in GM2022, but maybe you'll have a use for it too.

Meta

Author: YellowAfterlife
License: MIT

About

A minimalistic UDP implementation on top of Winsock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published