Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 903 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 903 Bytes

Proto_Socket_Communication

client-server application that sends protobuf messages in C++

About The Project

In this project, you will write a basic server-client application, but with a twist: the car will be the server and the client will be your laptop! You will make an application that can send over a port your protobuf message, your laptop will parse the message and send a response to it. It will build upon what you learned in the previous hello-world labs to make something that can create a communication channel between the car and your laptop.

(back to top)

Built With

  • CMake
  • Nix
  • C++
  • Protobuf
  • Basic Socket communication

(back to top)