Skip to content

snokvist/udpfwd

This branch is 1 commit ahead of tipoman9/udpfwd:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b2c3c3f · Aug 3, 2024

History

7 Commits
Dec 24, 2023
Dec 24, 2023
Dec 24, 2023
Dec 24, 2023
Dec 24, 2023
Dec 24, 2023
Aug 3, 2024

Repository files navigation

UDPFWD

A very simple UDP forwarder in pure C.

Sample usage: udpfwd --out 127.0.0.1:5600 --out2 127.0.0.1:5601 --in 127.0.0.1:5666 Will read UDP packets from port 5666 and send them to two separate endpoints 127.0.0.1:5600 and 127.0.0.1:5601. Each packet is resend as received, no buffering or packet aggregation applied.

make -C /lib/modules/6.2.0-39-generic/build M=/home/home/linux62_39/linux-6.2/drivers/net/wireless/ath/ modules

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.1%
  • Makefile 2.9%