See release notes.
Blog
Keep up with the latest news.
-
New (v1.3) release of commsdsl
News March 23, 2019
-
v1.2 of COMMS Library is released
News March 18, 2019
See the release notes.
-
Better Custom Handling of Message Size
Tutorials March 17, 2019
This article describes new way (introduced in v1.2 of the COMMS Library to implement custom handling of message size information in transport framing. It contains the same information as the “Defining Custom Message Size Protocol Stack Layer” page from the COMMS Library tutorial.
-
Better Custom Handling of Message ID
Tutorials March 16, 2019
This article describes new way (introduced in v1.2 of the COMMS Library to implement custom handling of message ID information in transport framing. It contains the same information as the “Defining Custom Message ID Protocol Stack Layer” page from the COMMS Library tutorial.
-
New (v1.2) release of commsdsl
News March 01, 2019
See release notes.
-
v1.1 of COMMS Library is released
News February 28, 2019
See the release notes.
-
Advanced Guide to Message Dispatching
Tutorials February 27, 2019
This article describes several new ways (introduced to v1.1 of the COMMS Library) to dispatch message object to its appropriate handling function. It contains the same information as the “Advanced Guide to Message Dispatching” page from the COMMS Library tutorial.
-
New minor bug fixing (v1.1.1) release of commsdsl
News February 02, 2019
See release notes.
-
Communication is more than just serialization
Articles January 05, 2019
Every time the communication protocol is mentioned on any of the available social resources, there always someone recommends to use ProtoBuf, FlatBuffers, SimpleBinaryEncoding, or any other popular serialization tool or library. Most of these tools were developed to facilitate remote procedure calls (RPCs) and in my opinion are not really suitable to be used as real communication protocols. Those tools that were developed specifically for communication protocols still focus mostly on fast data serialization and not on the proper “communication” part described below.
-
New (v1.1) release of commsdsl
News December 27, 2018
See release notes.