This project was used to set up a service on Linux that opens a port to receive data packets from Calamp radars. The packets are interpreted and stored in a database for further use. It uses port 9094 and communicates via UDP. The implementation was carried out on a CentOS server, successfully extracting the packets.
- CapitalizeServer: A server that accepts client connections to convert text strings to uppercase.
- DatClient: A client that connects to the server and sends data.
- DateServer: A server that sends the current date to connected clients.
- Java Development Kit (JDK): Required to compile and run the Java code.
- Apache Ant: To compile the project using the
build.xml
file. - Operating System: Designed to work on Linux-based systems, such as CentOS.
- Clone this repository.
- Make sure you have JDK and Apache Ant installed.
- Compile the project with Apache Ant using the following command:
ant compile
- To run the server:
ant run
-
CapitalizeServer:
- Runs the server and waits for client connections.
- Converts text strings sent by clients to uppercase.
-
DatClient:
- Connects to the server and sends data for processing.
-
DateServer:
- Sends the current date to connected clients.
This project does not specify a license.
- Abraham SA