From 5545c9a2131f505d98d8e33c1f2cb7f99719fee3 Mon Sep 17 00:00:00 2001 From: William Sobel Date: Thu, 11 Nov 2021 18:12:31 -0800 Subject: [PATCH] Added MTConnect Institute --- Companies-and-Individuals-Using-Beast.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Companies-and-Individuals-Using-Beast.md b/Companies-and-Individuals-Using-Beast.md index 60a7d48..26ef3a3 100644 --- a/Companies-and-Individuals-Using-Beast.md +++ b/Companies-and-Individuals-Using-Beast.md @@ -193,4 +193,12 @@ Currently it uses C++17 on the backend and vanilla ES6 on the front-end JavaScri ---------- -[Kingsoft Cloud](https://en.ksyun.com/) uses Beast.WebSocket and ASIO on [Regame/Liuguang/鎏光](https://github.com/ksyun-kenc/liuguang) project, which is a Cloud Gaming Engine. \ No newline at end of file +[Kingsoft Cloud](https://en.ksyun.com/) uses Beast.WebSocket and ASIO on [Regame/Liuguang/鎏光](https://github.com/ksyun-kenc/liuguang) project, which is a Cloud Gaming Engine. + +----------- + +[MTConnect Institute](https://mtconnect.org) is using Beast to implement their next-generation open-source Agent for their ReST API, resources, and MQTT support. + +The MTConnect Agent is the reference implementation of the MTConnect Standard providing a platform for semantic data transformation from native industrial device protocols to the canonical structure, terms, and telemetry required by the standard. Moving to Beast has enabled TLS certificates for security and authentication with reduced thread overhead for all communications using asio. + +