This project uses the ESP8266 chip, but in a unique server role, creating a dynamic interface for controlling an RC car via a WiFi network. Upon connecting to the server’s IP address via a web browser on a mobile device, users are presented with a JavaScript application. This app establishes…
Tag: tcp
Learn TCP protocol, connections, and data transmission in networking applications.
Distributed System for Remote Device Control
This project, my final piece of work towards my Bachelor’s degree, presents a “Distributed system for remote device management”. It represents a seamless integration of server-side and client-side development, hardware control, and user-interface design. The server component, crafted in PHP, interacts with a client application developed in C#. Upon initialization,…