Go to file
2022-05-20 12:25:09 +02:00
.gitignore final 2022-05-20 12:25:09 +02:00
autostart.sh final 2022-05-20 12:25:09 +02:00
client.c final 2022-05-20 12:25:09 +02:00
commands.txt final 2022-05-20 12:25:09 +02:00
config.txt final 2022-05-20 12:25:09 +02:00
demo.c final 2022-05-20 12:25:09 +02:00
README.md final 2022-05-20 12:25:09 +02:00
rs232.c final 2022-05-20 12:25:09 +02:00
rs232.h final 2022-05-20 12:25:09 +02:00
server.c final 2022-05-20 12:25:09 +02:00

TestBP

About

This repository contains source codes for client-server network application capable to communicate with distance laser sensor DLS-C 15 via RS-232 interface, which was implemented as a part of bachelor thesis.

Author

Author: Jozef Simko

School year: 3., Bachelor study, 2021/22

Study program: Computer Networks

Organization: Technical University of Kosice (TUKE), Faculty of Electrical Engineering and Informatics (FEI)

Building

Implemented and tested on:

Platform OS compiler
Linux Ubuntu 20.04.1 WLS2 gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2)
Windows Windows 10.0.19043 gcc version 11.2.0 (MinGW-W64 x86_64-posix-seh)
Raspberry Pi Linux raspberrypi 5.10.17 gcc version 8.3.0 (Raspbian 8.3.0-6+rpi1)

LINUX

WINDOWS

Launch

Server

Program serveru je po kompilácii možné spustiť v 2 režimoch:

  • manuálny režim (./server port)
  • automatický režim (./server port config_file)

Client

Demo

References

WinLibs GCC