Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.
/ bonfire Public archive

A service discovery and registry framework written in pure C.

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
LGPL-3.0
LICENSE.LIB
Notifications You must be signed in to change notification settings

deerlets/bonfire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bonfire

Build status

A services framework written in C/C++, but can be used in pure C environment.

Supported platforms

  • Linux
  • MacOS

Dependences

  • zeromq
  • nlohmann-json

Build on Ubuntu

apt-get install libzmq3-dev nlohmann-json3-dev
mkdir build && cd build
cmake .. && make