Skip to content

Shared JSON-based message model for Zephyr queueing system.

Notifications You must be signed in to change notification settings

Zephyr-Queueing/Quartz-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quartz-Model

Zephyr queueing system data model. Includes definition of JSON queue message that is serializable and deserializable (credit to https://github.com/nlohmann/json).

Usage

Run make to build library archive. To use archive externally, install lib/message.a into ext directory of a separate project, and compile with:

gcc src/main.o src/blah1.o src/blah2.o -L ext/message.a

About

Shared JSON-based message model for Zephyr queueing system.

Resources

Stars

Watchers

Forks

Packages

No packages published