simple-udp

command
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2018 License: Apache-2.0 Imports: 11 Imported by: 0

README

Simple UDP Server

A very simple UDP logging server, for the purposes of demoing and testing running a UDP based server on Agones.

Server

Starts a server on port 7654 by default. Can be overwritten by PORT env var or port flag.

When it receives a text packet, it will send back "ACK:" as an echo.

If it receives the text "EXIT", then it will sys.Exit(0)

To learn how to deploy your edited version of go server to gcp, please check out this link: Edit Your First Game Server (Go), or also look at the Makefile.

Documentation

Overview

Package main is a very simple echo UDP server

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL