🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

github.com/psyashes/go-udp-client

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/psyashes/go-udp-client

Source
Go
Version
v0.0.0-20210131055139-a3fa548bf48a
Version published
Created
Source

Go UDP Client

Simple UDP Client written in Go

Usage

Listen

$ nc -ul 127.0.0.1 34254
Connect client: 127.0.0.1:530901and2and3

Send

$ go run main.go
The UDP server is 127.0.0.1:34254
> 1
> and
> 2
> and
> 3

FAQs

Package last updated on 31 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts