aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* Added counter to keep track number of connected clientsIbrahim Mkusa2017-04-13-7/+42
|
* tidied up client.rkt. More stuff to TODO.txtIbrahim Mkusa2017-04-12-34/+7
|
* tidied up server.rktIbrahim Mkusa2017-04-12-97/+24
|
* refactored code to use thread-safe displayln-safeIbrahim Mkusa2017-04-12-26/+20
|
* Added a tracker for todo items and started added utility functionsIbrahim Mkusa2017-04-12-16/+13
|
* cleaned up displaying format, added to delay to looped functions to notIbrahim Mkusa2017-04-12-9/+10
| | | | burn cpu cycles
* More updates.Ibrahim Mkusa2017-04-12-6/+7
|
* reduced time of broadcast to every 0.5 seconds to avoid hogging cpu andIbrahim Mkusa2017-04-12-3/+3
| | | | temps
* removed log messages from server.rkt, added semaphores stdoutIbrahim Mkusa2017-04-12-29/+48
|
* Clients can now talk with each otherIbrahim Mkusa2017-04-12-10/+39
|
* Cleaned up code and added loggers to pinpoint errorIbrahim Mkusa2017-04-11-21/+49
|
* final polish for release for 0.2Ibrahim Mkusa2017-04-09-5/+6
|
* reorganized repo a bit betterIbrahim Mkusa2017-04-09-2/+2
|
* Added tcpcommunication.rktIbrahim Mkusa2017-04-09-0/+57
|
* updates to server.rkt and client.rktIbrahim Mkusa2017-04-09-69/+109
|
* server.rkt is done, with exception of testing. Moving on to client.rktIbrahim Mkusa2017-04-09-6/+18
|
* server code for interacting with client is done, not tested. Working onIbrahim Mkusa2017-04-09-96/+54
| | | | server broadcast function
* partitioning crpovertcp.rkt to dedicated server.rkt and client.rkt filesIbrahim Mkusa2017-04-09-0/+232
|
* cleaned up crpovertcp.rktIbrahim Mkusa2017-04-09-68/+0
|
* keeping count of input and output ports directly is feasible. TryingIbrahim Mkusa2017-04-09-4/+96
| | | | a different way.
* iterative updatesIbrahim Mkusa2017-04-07-0/+57
|
* Lets try communication over tcp on localhost crpovertcp.rktIbrahim Mkusa2017-04-05-0/+77
|
* I can read and process input iterativelyIbrahim Mkusa2017-04-05-2/+4
|
* Added simulation for multiple usersIbrahim Mkusa2017-04-05-6/+13
|
* fixed an issue with username not appearing nicelyIbrahim Mkusa2017-04-05-2/+12
|
* properly kills threads and returns prompt to mainIbrahim Mkusa2017-04-05-1/+8
|
* Two threads of execution exampleIbrahim Mkusa2017-04-05-0/+51
|
* spelling fixes and punctuations, ready for releasesv0.1Ibrahim Mkusa2017-04-02-12/+11
|
* refinements to README.mdIbrahim Mkusa2017-04-02-2/+3
|
* added an architecture diagram.Ibrahim Mkusa2017-04-02-0/+4
|
* Updated ReadmeDoug-Richardson2017-04-02-1/+5
| | | Updated my half of the group responsibilities tab.
* updated README.md with my group responsibility and some spelling fixesIbrahim Mkusa2017-04-02-9/+17
|
* formatting updates to README.mdIbrahim Mkusa2017-04-02-1/+8
|
* Merge branch 'master' of github.com:oplS17projects/HermesIbrahim Mkusa2017-04-02-15/+8
|\ | | | | | | | | * 'master' of github.com:oplS17projects/Hermes: Updated Schedule of Readme
| * Updated Schedule of ReadmeDoug-Richardson2017-04-02-15/+8
| |
* | it makes more sense to block quote the questionIbrahim Mkusa2017-04-02-32/+32
|/
* updated README.mdIbrahim Mkusa2017-04-02-2/+0
|
* updated architecture diagramIbrahim Mkusa2017-04-02-0/+0
|
* removed diagram label from architecture diagramIbrahim Mkusa2017-04-02-0/+0
|
* For reals for reals this time actuallyDoug-Richardson2017-04-02-1/+1
|
* April fools I did it this timeDoug-Richardson2017-04-02-1/+1
|
* Added image to readmeDoug-Richardson2017-04-02-2/+2
| | | yay
* Added the diagram for the architectureIbrahim Mkusa2017-04-02-0/+0
|
* updated README.mdIbrahim Mkusa2017-04-02-47/+29
|
* testdrive.md to README.md. We can have nested *.mdsIbrahim Mkusa2017-04-02-0/+0
|
* Added current work on testing feasibility of HermesIbrahim Mkusa2017-04-02-0/+15
|
* Merge branch 'master' of github.com:oplS17projects/HermesIbrahim Mkusa2017-04-02-14/+158
|\ | | | | | | | | | | | | * 'master' of github.com:oplS17projects/Hermes: updated README.md started work on README.md Messing around with framework GUI
| * updated README.mdIbrahim Mkusa2017-04-02-14/+3
| |
| * started work on README.mdIbrahim Mkusa2017-04-02-1/+27
| |
| * Messing around with framework GUIDoug-Richardson2017-03-30-0/+129
| | | | | | Thought it would be worth uploading this small test file showcasing some application for the framework gui. I added comments to try and explain some of the functionality of how I understand some of the procedures to work.