You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* initial changes
* fix string allocation in cython (still need to fix registration)
* start python interfacing
* register recvRemoteMessage:
* ccs server example
* build finished
* add to gitignore
* example compiling
* fix registration of handler
* better reduction
* readme for the example
* ccs communication working
* remove vscode json
* readme changes, everything is working
* Delete .vscode/settings.json
* fix bug in example with uncaught null at the end of msg
* remove comment
* variable renaming
---------
Co-authored-by: Steven Qie <[email protected]>
Co-authored-by: Steven Qie <[email protected]>
2. Boot up the server through the command: python -m charmrun.start +p<N> ++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