Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
LUA | 2010-01-13 | ||
README.txt | 2010-01-13 | 575 Bytes | |
Monasic-ProofOfConcept1.zip | 2010-01-13 | 975.3 kB | |
Totals: 3 Items | 975.8 kB | 0 |
THIS PRODUCT IS A PREALPHA. IT IS NOT GUARANTEED TO WORK AND COMES WITH ABSOLUTELY NO WARRANTY. *WHAT IT DOES* Listens on port 20000 for one connection. Handles connection. Prints Hello\r\n. Waits for line terminated by \r(\n) Splits line up into command and parameters Send these to the client Closes client socket, stops listening and quits. *HOW TO TEST* Run program (as administrator on Vista/7) Open Windows telnet and "telnet localhost 20000" Type in a line (with spaces) and it will split it up into command and paramters, then give it back to you