Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

AngelMunoz/udpensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDP PoC

This is a small PoC of a UDP client-server with the server doing discovery via broadcasting IP

Pre-requisites

  • Node 12+

Run

In different terminals you can run the following commands (you can use npm as well)

  • pnpm start:client
  • pnpm start:server

Development/Debug

Run pnpm install so you can get the types for node and have a better dev experience (completely optional) choose your the script you want to debug in vscode debug tab, you can also choose to run the compound (Debug Client-Server) which runs both scripts at the same time in debug mode, then press F5 or the play button

About

A small client-server PoC for UDP communication in the LAN

Topics

Resources

Stars

Watchers

Forks