Skip to content

SImple example project using CARnary client and daemon.

Notifications You must be signed in to change notification settings

FSLART/CARnary_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CARnary Example

CircleCI

Example toy project composed of a client and a server using CARnary. This is intended to assure easily that it is working as expected, as well as to provide reference.

Requirements

Build

Bare metal

  • Install the CARnary library. Instructions found in its own repository.
  • Create a directory called build and go to it.
  • Run the commands cmake .. and make -j8.
  • That's it!

Docker

TODO...

Running

  • Start the server:
    • ./build/server_example
  • Start the client:
    • ./build/client_example

The client should now be communicating with the daemon successfully. You can emulate a failure by killing the client process.

About

SImple example project using CARnary client and daemon.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published