CSP# is an implementation of Communicating Sequential Processes (CSP) for .NET environments. It is based on an existing, well established Java implementation, JCSP. There is paper, currently in development, that describes the process of implementation with the details of the obstacles overcome and the results.
Stars
3
Forks
0
Watchers
3
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
47
commits
Moved another testing project to a separate repository leaving only library related projects
5f4fffbView on GitHubRemoved old and unused projects to clear the repository
3b3cf6eView on GitHubMoved all testing projects to a separate repository. Left only crucial parts of the library
b871f25View on GitHubMinor updates and the refactoring to cleanup the code and make sure it is clear and concise
252af20View on GitHubMinor updates to the Networked tests before performing the testing
7680ea9View on GitHubRemoved CSTimeMillis class and moved its content into the CSTimer class. Use CSTimer to read CurrentTimeMillis()
48d46e4View on GitHubAltered the name of the static class obtaining local IP Adress for much simpler name. Added another method for converting local IP Address to string
12e4c29View on GitHubUpdated all networked tests to get the numbers of channels, ids, etc and the ip addresses of the nodes from the user input to be operational over the network
775ec71View on GitHubAdded NetworkedCommsTime version 2 runPrefix, runDelta and runSuccessor. Separate nodes for testing commstime
24119ecView on GitHubAdded NetworkedCommsTime version 2 runPrefix, runDelta and runSuccessor. Separate nodes for testing comms
0032614View on GitHubCompleted NetworkedStressedAlt testing. Writers and reader operate as expected
fff2bb7View on GitHub