Skip to content

a basic server-client application that sends protobuf messages thru socket

Notifications You must be signed in to change notification settings

aesteri/proto_socket_communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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)

About

a basic server-client application that sends protobuf messages thru socket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published