Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/senanito85/go-udp

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/senanito85/go-udp

  • v0.0.0-20200624064558-dc0fda1603f2
  • Source
  • Go
  • Socket score

Version published
Created
Source

go-udp

Simpe UDP server and client written in go.

To get the repo: $ go get github.com/senanito85/go-udp/

$ cd ~/go/src/github.com/senanito85/go-udp/

$ make

binaries will be created under target directory

To Start the server: $ client-darwin-amd64 or $ client-linux-amd64

To Start the Client: echo "test message" ./client-darwin-amd64 or echo "test message" ./client-linux-amd64

alternatively just ./client-linux-amd64 or ./client-darwin-amd64 then type the message to prompt

Modifications

Server and client are configured to send and listen to port 2323 on 127.0.0.1. So it will work on same machine. When two servers used IP address on both client and server files should be updated accordingly.

FAQs

Package last updated on 24 Jun 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc