Releases: messagecontrol/libmessagehub
Releases · messagecontrol/libmessagehub
v0.1.0
BETA
Changes:
- Messages are now in JSON format
- A map<string,string> is used to edit the JSON
- Requires dependency to rapidjson
- Allows for easy custom messages
MessageHubclass is nowMessageControl- Allowed Support for new message format
- Process thread removed and allowed send and recv access to queues
- Comes with logging with spdlog
- Can preform handshakes to see if host is accepting messages
- Removed main.cpp
- Move to testing suit ASAP
- Added googletest
- Building
- The submodules were moved from
build/vendor/tothirdparty/ - Created target for install:
make install - Added
make uninstallfor quick uninstall (limited) - Now creates both dynamic and static libraries
- The submodules were moved from
- Submodules
- spdlog:
thirdparty/spdlog - rapidjson:
thirdparty/rapidjson - googletest:
thirdparty/googletest
- spdlog:
Initial Release
ALPHA
Issues
- Only prints the messages
- Sends messages one at a time
- Only allows for one strict message format