Skip to content

Releases: messagecontrol/libmessagehub

v0.1.0

11 Jul 01:24

Choose a tag to compare

v0.1.0 Pre-release
Pre-release
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
  • MessageHub class is now MessageControl
    • 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/ to thirdparty/
    • Created target for install: make install
    • Added make uninstall for quick uninstall (limited)
    • Now creates both dynamic and static libraries
  • Submodules
    • spdlog: thirdparty/spdlog
    • rapidjson: thirdparty/rapidjson
    • googletest: thirdparty/googletest

Initial Release

28 Jun 15:40

Choose a tag to compare

Initial Release Pre-release
Pre-release
ALPHA

Issues

  • Only prints the messages
  • Sends messages one at a time
  • Only allows for one strict message format