Skip to content

Commit db9256d

Browse files
committed
readme for the example
1 parent e209b3f commit db9256d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"files.associations": {
3+
"client.C": "cpp",
4+
"convcore.C": "cpp"
5+
}
6+
}

examples/ccs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
### Instructions to run CCS Example
2+
3+
1. Start up your python virtual env if using one
4+
2. Boot up the server through the command: python -m charmrun.start +p2 ++server ++local ccs_server.py
5+
3. Grab and store the the Server IP and Server Port that will appear in stdout when you run the above command
6+
4. In another terminal, cd to the converse/ccstest example in the charm++ repository and run a client program through the command: ./client server_ip server_port

0 commit comments

Comments
 (0)