Skip to content

Instantly share code, notes, and snippets.

View vladimirgamalyan's full-sized avatar
👽
work for mood

Vladimir Gamalyan vladimirgamalyan

👽
work for mood
  • Yerevan, Armenia
View GitHub Profile
@vladimirgamalyan
vladimirgamalyan / listener.c
Created February 21, 2022 07:16 — forked from hostilefork/listener.c
Simple listener and sender for UDP multicast
//
// Simple listener.c program for UDP multicast
//
// Adapted from:
// http://ntrg.cs.tcd.ie/undergrad/4ba2/multicast/antony/example.html
//
// Changes:
// * Compiles for Windows as well as Linux
// * Takes the port and group on the command line
//