Skip to content

Commit c1c0466

Browse files
Update documentation after commit e293db2
1 parent d300578 commit c1c0466

File tree

3 files changed

+151
-2
lines changed

3 files changed

+151
-2
lines changed

docs/articles/actual_state.html

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
<!DOCTYPE html>
2+
<!--[if IE]><![endif]-->
3+
<html>
4+
5+
<head>
6+
<meta charset="utf-8">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8+
<title>Development Status | Data Distribution Manager website </title>
9+
<meta name="viewport" content="width=device-width">
10+
<meta name="title" content="Development Status | Data Distribution Manager website ">
11+
<meta name="generator" content="docfx 2.58.9.0">
12+
13+
<link rel="shortcut icon" href="../favicon.ico">
14+
<link rel="stylesheet" href="../styles/docfx.vendor.css">
15+
<link rel="stylesheet" href="../styles/docfx.css">
16+
<link rel="stylesheet" href="../styles/main.css">
17+
<meta property="docfx:navrel" content="../toc.html">
18+
<meta property="docfx:tocrel" content="toc.html">
19+
20+
21+
22+
</head>
23+
<body data-spy="scroll" data-target="#affix" data-offset="120">
24+
<div id="wrapper">
25+
<header>
26+
27+
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
28+
<div class="container">
29+
<div class="navbar-header">
30+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
31+
<span class="sr-only">Toggle navigation</span>
32+
<span class="icon-bar"></span>
33+
<span class="icon-bar"></span>
34+
<span class="icon-bar"></span>
35+
</button>
36+
37+
<a class="navbar-brand" href="../index.html">
38+
<img id="logo" class="svg" src="../images/logo.png" alt="">
39+
</a>
40+
</div>
41+
<div class="collapse navbar-collapse" id="navbar">
42+
<form class="navbar-form navbar-right" role="search" id="search">
43+
<div class="form-group">
44+
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
45+
</div>
46+
</form>
47+
</div>
48+
</div>
49+
</nav>
50+
51+
<div class="subnav navbar navbar-default">
52+
<div class="container hide-when-search" id="breadcrumb">
53+
<ul class="breadcrumb">
54+
<li></li>
55+
</ul>
56+
</div>
57+
</div>
58+
</header>
59+
<div role="main" class="container body-content hide-when-search">
60+
61+
<div class="sidenav hide-when-search">
62+
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
63+
<div class="sidetoggle collapse" id="sidetoggle">
64+
<div id="sidetoc"></div>
65+
</div>
66+
</div>
67+
<div class="article row grid-right">
68+
<div class="col-md-10">
69+
<article class="content wrap" id="_content" data-uid="">
70+
<h1 id="development-status">Development Status</h1>
71+
72+
<ul>
73+
<li><p>The project supports, at this stage of implementation, these communication subsystems:</p>
74+
<ul>
75+
<li>Apache Kafka througth the library available from <a href="https://www.nuget.org/packages/librdkafka.redist/">https://www.nuget.org/packages/librdkafka.redist/</a></li>
76+
<li>OpenDDS compiled from the source available in <a href="https://github.com/objectcomputing/OpenDDS/">https://github.com/objectcomputing/OpenDDS/</a></li>
77+
</ul>
78+
</li>
79+
<li><p>The project can be used from the most used programming languages:</p>
80+
<ul>
81+
<li>Bindings are available for C/C++, Java and .NET</li>
82+
</ul>
83+
</li>
84+
<li><p>There is a basic implementation of mastership management for leadership election.</p>
85+
</li>
86+
<li><p>The CI/CD uses:</p>
87+
<ul>
88+
<li>VS2019 image</li>
89+
<li>C/C++ projects are built with Visual Studio 2019</li>
90+
<li>NuGet packages hosts version for .NET Framework, .NET Core 3.1, .NET 5 and latest .NET 6</li>
91+
<li>Maven produces and deploy artifacts compiled for Java 11 and above.</li>
92+
</ul>
93+
</li>
94+
</ul>
95+
</article>
96+
</div>
97+
98+
<div class="hidden-sm col-md-2" role="complementary">
99+
<div class="sideaffix">
100+
<div class="contribution">
101+
<ul class="nav">
102+
<li>
103+
<a href="https://github.com/masesgroup/DataDistributionManager/blob/master/src/Documentation/articles/actual_state.md/#L1" class="contribution-link">Improve this Doc</a>
104+
</li>
105+
</ul>
106+
</div>
107+
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
108+
<h5>In This Article</h5>
109+
<div></div>
110+
</nav>
111+
</div>
112+
</div>
113+
</div>
114+
</div>
115+
116+
<footer>
117+
<div class="grad-bottom"></div>
118+
<div class="footer">
119+
<div class="container">
120+
<span class="pull-right">
121+
<a href="#top">Back to top</a>
122+
</span>
123+
<span>Copyright © 2022 MASES s.r.l..<br>Generated by <strong>DocFX</strong></span>
124+
125+
</div>
126+
</div>
127+
</footer>
128+
</div>
129+
130+
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
131+
<script type="text/javascript" src="../styles/docfx.js"></script>
132+
<script type="text/javascript" src="../styles/main.js"></script>
133+
</body>
134+
</html>

docs/articles/toc.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
<li>
1616
<a href="intro.html" name="" title="Introduction">Introduction</a>
1717
</li>
18+
<li>
19+
<a href="actual_state.html" name="" title="Development Status">Development Status</a>
20+
</li>
1821
<li>
1922
<a href="manual_build.html" name="" title="Build">Build</a>
2023
</li>

docs/manifest.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5689,6 +5689,18 @@
56895689
"is_incremental": false,
56905690
"version": ""
56915691
},
5692+
{
5693+
"type": "Conceptual",
5694+
"source_relative_path": "articles/actual_state.md",
5695+
"output": {
5696+
".html": {
5697+
"relative_path": "articles/actual_state.html",
5698+
"hash": "4CDMAukAZAEIkdDF47IWgkdt/yWG81qlJY8+7WPMJp0="
5699+
}
5700+
},
5701+
"is_incremental": false,
5702+
"version": ""
5703+
},
56925704
{
56935705
"type": "Conceptual",
56945706
"source_relative_path": "articles/ddmchat.md",
@@ -5767,7 +5779,7 @@
57675779
"output": {
57685780
".html": {
57695781
"relative_path": "articles/toc.html",
5770-
"hash": "zMuzd6onr2Vws+9aA0J56GZXLCDSMhObnjFUU/SHERc="
5782+
"hash": "C40Mu/GiI3P+mDbvvGuDcH7L1lueHaNfHxY/lfbj1TY="
57715783
}
57725784
},
57735785
"is_incremental": false,
@@ -5975,7 +5987,7 @@
59755987
"ConceptualDocumentProcessor": {
59765988
"can_incremental": false,
59775989
"incrementalPhase": "build",
5978-
"total_file_count": 11,
5990+
"total_file_count": 12,
59795991
"skipped_file_count": 0
59805992
},
59815993
"ManagedReferenceDocumentProcessor": {

0 commit comments

Comments
 (0)