mirror of
https://dev.iopsys.eu/bbf/udpecho.git
synced 2026-01-10 06:49:32 +08:00
devel
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
Languages
C
95.8%
Shell
2.5%
Makefile
1.7%