Skip to content

Commit

Permalink
WiP
Browse files Browse the repository at this point in the history
  • Loading branch information
AnarManafov committed Jan 29, 2025
1 parent e5b820f commit b797af2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ DDS - is a tool-set that automates and significantly simplifies a deployment of

DDS:

- implements a single-responsibility-principle command line tool-set and APIs,
- treats users tasks as black boxes,
- doesn’t depend on RMS (provides deployment via SSH, when no RMS is present),
- supports workers behind FireWalls (outgoing connection from WNs required),
- doesn’t require pre-installation on WNs,
- deploys private facilities on demand with isolated sandboxes,
- provides a key-value properties propagation service for tasks,
- provides a rules based execution of tasks.
- Implements a single-responsibility-principle command line toolset and APIs.
- Treats users' tasks as black boxes.
- Does not depend on RMS (provides deployment via SSH when no RMS is present).
- Supports workers behind firewalls (outgoing connection from WNs required).
- Does not require pre-installation on WNs.
- Deploys private facilities on demand with isolated sandboxes.
- Provides a key-value properties propagation service for tasks.
- Provides rules-based execution of tasks.

## Documentation

Expand Down
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## v3.12 (NOT YET RELEASED)

- DDS general
- Fixed: build errors with boost 1.87.

## v3.11 (2024-09-05)

- DDS general
Expand Down
2 changes: 1 addition & 1 deletion dds-tools-lib/src/Tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ namespace dds
* \par Example2: Attach to an existing DDS session and request the number of running agent
* \code
CSession session;
// Attach to a DDS sesion with sessionID = 446b4183-1313-4648-99aa-4f8fae81311c
// Attach to a DDS session with sessionID = 446b4183-1313-4648-99aa-4f8fae81311c
session.attach("446b4183-1313-4648-99aa-4f8fae81311c");
SAgentInfoRequest::ptr_t agentInfoRequestPtr = SAgentInfoRequest::makeRequest();
Expand Down

0 comments on commit b797af2

Please sign in to comment.