-
Notifications
You must be signed in to change notification settings - Fork 50
Biogears and MoSHES libraries
Steven A White edited this page Dec 13, 2021
·
3 revisions
The Modular Healthcare Simulation and Education System MoSHES (previously Advanced Modular Manakin). Is a key open source library for transmitting physiology information to integrated training platforms. This article outlines how to build libAMM and run a networking test.
LibAMM / MoSHES In this example we are building from the https://github.com/AdvancedModularManikin/core-modules repository.
The targets of this repo have the following third party dependencies
Name | Notes | Link |
---|---|---|
Boost | 1.71 | https://www.boost.org/users/history/version_1_71_0.html |
Fast RTPS | v1.8.1 | https://github.com/canonical/Fast-RTPS.git |
Fast CDR | https://github.com/eProsima/Fast-CDR.git | |
pistach | https://github.com/pistacheio/pistache.git | |
rapidjson | https://github.com/Tencent/rapidjson.git | |
TinyXML | https://github.com/leethomason/tinyxml2.git | |
sqlite3 | https://github.com/azadkuh/sqlite-amalgamation |