Solvline Eddy DKV2.1.0.3 User Manual
Page 71
Chapter 4. Compiling of
Application Program
71
Please refer various source codes under the Eddy_APPs folder when composing new application
programs.
The program sources under the Eddy_APPs folder are the original source codes make Eddy works.
The below is a list of source files located on the Eddy_APPs folder.
File name
Description
def.c
Eddy Setting Program
eddy.c
Program which is first executed after booting of Eddy. This program
makes Eddy to operate as configured setting.
pinetd.c
Highest hierarchy of Eddy program; it executes and monitors the
programs of lower hierarchy.
tcp_client.c
Program connects to a server and exchanges data between a serial
port and a socket.
tcp_server.c
Stand ready program exchanges data between the serial port and
the socket.
upgrade.c
Updating Program for Firmware
ddns_agent.c
Program which gives Eddy IP information to DDNS server
detect.c
Program linked with the portview detector.
(Refer the portview manual for the details.)
loopback.c
Loopback test program for the serial port.
portview.c
Agent of Portview, which is a NMS program for windows, provided
by SystemBase.
tcp_broadcast.c
Multi TCP server function supports maximum of five client
connections, and broadcast serial data to all client.
tcp_multiplex.c
Multi TCP server function supports maximum of five client
connections, and transfer serial data to each client.
udp.c
wifi.c
UDP server and client program exchanges data between UDP
socket and a serial port.
WiFi management Program.
rt-test.c
Delay Time Testing Program
testdk.c
Eddy-CPU/S4M Interface Testing program.
test_gpio_led.c
test_gpio_pin.c
GPIO LED Testing Program
GPIO Pin Testing Program
test_adc.c
ADC (Analog Disgital Converter) Testing Program
test_sio.c
Serial Port Testing Program
test_rtc.c
RTC (Real Time Clock) Testing Program
test_dio.c
test_keypad.c
test_nand.c
test_mmc.c
test_lcd.c
test_spi_eeprom.c
DIO (Digital Input Output) Testing Program
Key Pad Testing Program
NAND Flash Testing Program
SD Memory Testing Program
LCD Testing Program
EEPROM Testing Program connected to SPI Interface
/include
Directory for Header files for applications
/SB_APIs
Directory for Exclusive Libraries for Eddy
/web
CGI sources and htm codes for Eddy are located