Change | User | Description | Committed |
---|---|---|---|
14966 | Brett Bates | A way to look into what is being sent. Not exactly practical. Doesn't work for long m...essages. « |
10 years ago |
10701 | Brett Bates | Submitting lost decoder Decode will take an empty map[string]string and popu...late it with what is found in the byte array that exists on its io.Reader Does the minimal error checking so far, will error if we have an invalid 'magic number' or incorrect length Will probably not do anything useful if we are trying to send long message, need to see how we would pass around the content of a 'p4 print' call Is up to the caller when to call, would expect the connection to be looping, on read, until we get a func=release ? Next up is a proper Msg*::Error implementation, instead of using strings « |
10 years ago |
10684 | Brett Bates |
Minor changes, lost the decoder.... will rewrite and shelve it properly next time... |
10 years ago |
10670 | Brett Bates | Using a map instead of a vars struct - don't think vars needs any information other than k..., v « | 10 years ago |
10522 | Brett Bates | Converted the gop4 test file encoding part into an encoder loosely based on the golang gob... encoder « | 10 years ago |