git-subtree-dir: libs/CommService git-subtree-split: 7ccc0fce88bbc5969df060058cf0fb57abe3bcf9
libbattle-com++
Description
libbattle-com++ is a c++ library for implementing a publish/subscribe based network infratructure. The main programming API is totally network- and transport-layer independent.
Features
- publish/ subscribe based programming API
- implementation of a UDP based protocol backend
Planned backends
- LNK16 support
- HLA support
- DIS support
Authors
Lead Engineer
- Dominik Meyer dmeyer@hsu-hh.de
Developers
- Christina Sander christina.sander@hsu-hh.de
Military Classfication
UNCLASSIFIED
License
MPL v2.0
Building
Release
- mkdir build
- cd build
- cmake ..
- make all
- make test
Debugging
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=DEBUG ..
- make all
- make test