Eddy DK Programmer Guide
87
In case you make new application program, refer to sample source in Eddy_APPs folder. Among the programs in
Eddy_APPs directory, source for device server application is not provided. So, refer to source code for various
purposes provided as sample.
File Name
Description
Source
Availability
eddy.c
Program which runs first when boots up Eddy. It also operates
Eddy as configuration.
O
pinetd.c
Eddy’s most significant program which runs and monitors
subordinate programs.
In case of building new application, if it is registered in this file,
the registered application is running when booted.
O
com_redirect.c
Program which enables to recognize Eddy’s serial port as its
Com port on Windows PC in network.
X
tcp_client.c
Program which connects to server and exchanges data between
serial port and socket.
X
tcp_server.c
Program which waits for socket connection and exchanges data
between serial port and socket.
X
detect.c
Program that interworks with Portview’s detector.
X
Portview.c
Agent of NMS program for Windows, Portview, provided by
SystemBase
X
tcp_broadcast.c
As a multi TCP server function, it supports client connection up
to 5 and broadcasts serial data to the whole client.
X
tcp_multiplex.c
As a multi TCP server function, it supports client connection up
to 5 and transmits serial data to each client.
X
udp.c
UDP server and client program which exchanges data between
UDP socket and serial port.
X
wifi.c
WiFI Operating Source
This sample source reads Config file of Flash and runs WiFi as
the registered setting.
O
test_bluetooth.c
Bluetooth Application Sample Source
Sample source of Eddy-BT module connected to Eddy-CPU,
Eddy-S4M.
O
test_read_config.c
Flash Configuration Read/Write sample source
O
test_serial.c
Serial port application sample source
This sample source opens port number appointed to Argment
and retransmits the received data to the other socket.
O
test_serial_to_lan-1.c
serial to lan communication application sample source
This sample source reads Config file information of Flash and
waits for TCP socket connection. After connection, it exchanges
data between serial and socket port.
O
test_serial_to_lan-2.c
serial to lan communication application sample source
This sample source reads Config file information of Flash and
tries TCP connection.to the registered server. After connection,
it exchanges data between serial and socket port.
O