Skip to content

AdamColton/udpserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

UDP Server

This is a very simple UDP server. When it starts, it runs one Go routine to receive messages and provides helper functions to send packets.

When starting the server, the caller must provide an object that implements the PacketHandler interface. Received messages will be sent to the PacketHandler. My Packeter project is one option, but building something to do this is easy.

It also will find the the local network address of the server if it's behind a router.

About

Simple UDP server library for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages