GitXplorerGitXplorer
n

opsys-p4-server-and-clustered-memory

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2eeb3fa2dd57e50b2405f2934266f728aacc02b6

Added a small note to claarify something.

nnot-inept committed 9 years ago
Unverified
659ab87dbbc639f2eadbdd8dcdc49d3fddf059e0

Error block moved down.

nnot-inept committed 9 years ago
Unverified
ad463c2dc99eb44fb925057e0782ea49aa907250

Repaired delete, added stripping for telnet.

nnot-inept committed 9 years ago
Unverified
15696785d87cb767880163b12dad10386be621f1

Added .storage support, repaired casting.

nnot-inept committed 9 years ago
Unverified
30e341a40febab96828f928aa59683b02ab6b1da

Minor output corrections.

nnot-inept committed 9 years ago
Unverified
a749bdbb81a0fc2f40fe88a0cae4871f02bc46b8

Finished delete and read, bugs optimized.

nnot-inept committed 9 years ago

README

The README file for this repository.

File Server and Clustered Memory Simulator

This a file server that operates over TCP sockets (port 8765) and simulates clustered data while doing so.

TELNET / NC Notes

To follow the specifications, the store command does not expect a newline after the transfer of file data; it expects it to be as in the specificationsand go straight from the end of data with a length as described to the next command.

By Mason Cooper (coopem4) & John Drogo (drogoj)