2024-09-23 17:11:19 +02:00
2023-01-16 08:20:12 +00:00
2023-01-16 08:20:12 +00:00
2023-01-12 06:56:45 +00:00
2023-01-16 08:20:12 +00:00

UDP Echo Server

udpechoserverd is an implementation of udp echo server to perform the UDP Echo Service and UDP Echo Plus Service.

Configuration File

The udpechoserverd UCI configuration is located in '/etc/config/udpechoserver' and contains only one section: udpechoserver.

config udpechoserver 'udpechoserver'
	option enable '0'
	option interface ''
	option address ''
	option server_port ''
	option plus '0'
	option log_level '3'

Note: To find more detail about UCI parameters click here and for UCI raw schema click here

Dependencies

To successfully build udpechoserverd, the following libraries are needed:

Dependency Link License
libuci https://git.openwrt.org/project/uci.git LGPL 2.1
Description
TR-x69 UDP Echo Server
Readme BSD-3-Clause 588 KiB
Languages
C 95.8%
Shell 2.5%
Makefile 1.7%