Merge branch 'patch-4' into 'master'

Update C2Integration.md

See merge request C3/C3!168
dependabot/npm_and_yarn/Src/WebController/UI/websocket-extensions-0.1.4
Pawel Kurowski 2020-03-05 14:56:32 +00:00
commit d3a16d209d
1 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ MWR::ByteView MWR::C3::Interfaces::Connectors::Covenant::GetCapability()
```
The resulting form is shown in the next figure. Note that no changes were made to the actual web interface of C3.
<img src="./Usageimages/figure1.png" />
<img src="./UsageImages/figure1.png" />
**Stage 2 - Handle User Input**
@ -282,7 +282,7 @@ The second step involves parsing the user supplied data and then fudging a reque
```
The final 2 lines of the Covenant connector's constructor may cause confusion. The listener that is created does not expect direct connections from Grunts. Instead, the C2Bridge project is meant to be used as a middle man. This is demonstrated in the Video here https://www.youtube.com/watch?v=0TVFBy_QXaI&feature=youtu.be.
The final 2 lines of the Covenant connector's constructor may cause confusion. The listener that is created does not expect direct connections from Grunts. Instead, the C2Bridge project is meant to be used as a middle man. This is demonstrated in the Video here https://www.youtube.com/watch?v=QDnDaVgnSuA&amp=&feature=youtu.be
## Payload Generation